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:
Tobias Hunger
2014-07-24 10:59:11 +02:00
parent 5df28e57b9
commit 43953fe05c
2 changed files with 7 additions and 14 deletions

View File

@@ -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); }