diff options
author | Albert Astals Cid <aacid@kde.org> | 2014-05-12 20:27:41 +0200 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2014-05-12 20:27:41 +0200 |
commit | badd2dff667bd22755efd0ec2d967476ca9eb984 (patch) | |
tree | 313817cf8e023a2196a4c34a60d48711f231f3be | |
parent | d4037727a96a0ee835103b21dc57eb666aa7e245 (diff) | |
download | kconfig-badd2dff667bd22755efd0ec2d967476ca9eb984.tar.gz kconfig-badd2dff667bd22755efd0ec2d967476ca9eb984.tar.bz2 |
Fix lupdate warnings
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
/home/scripty/prod/git-unstable/frameworks_kconfig/src/core/bufferfragment_p.h:37: Ignoring definition of undeclared qualified class
-rw-r--r-- | src/core/bufferfragment_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/bufferfragment_p.h b/src/core/bufferfragment_p.h index 117d8db3..8d0931bc 100644 --- a/src/core/bufferfragment_p.h +++ b/src/core/bufferfragment_p.h @@ -21,6 +21,8 @@ #ifndef BUFFERFRAGMENT_H #define BUFFERFRAGMENT_H +#include "kconfigini_p.h" + #define bf_isspace(str) ((str == ' ') || (str == '\t') || (str == '\r')) // This class provides wrapper around fragment of existing buffer (array of bytes). |