forked from qt-creator/qt-creator
Designer: Remove indention setting from FormClassWizardGenerationParameters
There is no UI for that anymore. Change-Id: Ib8c5c4735870af7e5196416bf1a99fe846c6c410 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -63,7 +63,6 @@ struct FormClassWizardGenerationParameters
|
||||
bool retranslationSupport; // Add handling for language change events
|
||||
bool includeQtModule; // Include "<QtGui/[Class]>" or just "<[Class]>"
|
||||
bool addQtVersionCheck; // Include #ifdef when using "#include <QtGui/..."
|
||||
bool indentNamespace;
|
||||
};
|
||||
|
||||
inline bool operator==(const FormClassWizardGenerationParameters &p1, const FormClassWizardGenerationParameters &p2) { return p1.equals(p2); }
|
||||
|
||||
Reference in New Issue
Block a user