Changed code generation for form classes to do a Qt version check

Change-Id: I20200303ef68bc3e73b232c44263d71d09b091a5
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
Erik Verbruggen
2012-02-16 09:36:33 +01:00
parent bdb8907993
commit 070fd5ce00
6 changed files with 53 additions and 7 deletions

View File

@@ -55,6 +55,8 @@ void writeIncludeFileDirective(const QString &file,
bool globalInclude,
QTextStream &str);
QTCREATOR_UTILS_EXPORT void writeBeginQtVersionCheck(QTextStream &str);
// Write opening namespaces and return an indentation string to be used
// in the following code if there are any.
QTCREATOR_UTILS_EXPORT