Skip to content
Snippets Groups Projects
Commit e63578f2 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Make Designer Form Class and App-Wizard use 'ui' as member variable.

parent fd3fb099
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include <QtCore/QDebug> #include <QtCore/QDebug>
#include <QtCore/QSharedData> #include <QtCore/QSharedData>
static const char *uiMemberC = "m_ui"; static const char *uiMemberC = "ui";
static const char *uiNamespaceC = "Ui"; static const char *uiNamespaceC = "Ui";
static const char *formClassWizardPageGroupC = "FormClassWizardPage"; static const char *formClassWizardPageGroupC = "FormClassWizardPage";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment