summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteincludes.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-05-23 09:03:52 +0200
committerQt Continuous Integration System <qt-info@nokia.com>2011-05-27 12:12:20 +0200
commit4ace7475e7862bbe03e0d993f4675147ed28c972 (patch)
treef61bff665ce2e620c8ab5ed3a4736baf59839fb9 /src/tools/uic/cpp/cppwriteincludes.h
parentbf234e32887567caa27d9aa28aac3a12f09b5f19 (diff)
uic: #include <QLayout> for QToolBox on non-laid-out forms.
for the fake tab-spacing property, which accesses the internal layout and sets its spacing. Task-number: QTBUG-19339 Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com> Change-Id: I89f5c035bd3798a0998c3046de643bda0fa8da6b (cherry picked from commit 89f5c035bd3798a0998c3046de643bda0fa8da6b) Reviewed-on: http://codereview.qt.nokia.com/173 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/tools/uic/cpp/cppwriteincludes.h')
-rw-r--r--src/tools/uic/cpp/cppwriteincludes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/uic/cpp/cppwriteincludes.h b/src/tools/uic/cpp/cppwriteincludes.h
index 39b1ddf897..e8215364b9 100644
--- a/src/tools/uic/cpp/cppwriteincludes.h
+++ b/src/tools/uic/cpp/cppwriteincludes.h
@@ -107,6 +107,7 @@ private:
StringMap m_oldHeaderToNewHeader;
bool m_scriptsActivated;
+ bool m_laidOut;
};
} // namespace CPP