Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
4c802ee1
Commit
4c802ee1
authored
Apr 09, 2010
by
hjk
Browse files
code cosmetics for generated code
parent
be0abf3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/cpp/formclasswizardparameters.cpp
View file @
4c802ee1
...
...
@@ -386,7 +386,7 @@ bool FormClassWizardParametersPrivate::generateCpp(const FormClassWizardGenerati
if
(
embedding
==
FormClassWizardGenerationParameters
::
InheritedUiClass
)
{
headerStr
<<
", private "
<<
uiClassName
;
}
headerStr
<<
"
{
\n
"
<<
namespaceIndent
<<
indent
<<
"Q_OBJECT
\n
"
headerStr
<<
"
\n
{
\n
"
<<
namespaceIndent
<<
indent
<<
"Q_OBJECT
\n
\n
"
<<
namespaceIndent
<<
"public:
\n
"
<<
namespaceIndent
<<
indent
<<
"explicit "
<<
unqualifiedClassName
<<
"(QWidget *parent = 0);
\n
"
;
if
(
embedding
==
FormClassWizardGenerationParameters
::
PointerAggregatedUiClass
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment