From badd2dff667bd22755efd0ec2d967476ca9eb984 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 12 May 2014 20:27:41 +0200 Subject: 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 --- src/core/bufferfragment_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/bufferfragment_p.h') 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). -- cgit v1.2.1