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
38baf276
Commit
38baf276
authored
May 13, 2009
by
Friedemann Kleint
Browse files
Deactivated quiet saving for the moment.
parent
158e5ee8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/designer/formwindoweditor.cpp
View file @
38baf276
...
...
@@ -363,6 +363,9 @@ QString FormWindowEditor::contents() const
{
if
(
!
m_formWindow
)
return
QString
::
null
;
// Activate once all Qt branches around have integrated 4.5.2
// (Kinetic)
/*
#if QT_VERSION > 0x040501
// Quiet save as of Qt 4.5.2
qdesigner_internal::FormWindowBase *fwb = qobject_cast<qdesigner_internal::FormWindowBase *>(m_formWindow);
...
...
@@ -371,4 +374,6 @@ QString FormWindowEditor::contents() const
#else
return m_formWindow->contents();
#endif
*/
return
m_formWindow
->
contents
();
}
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