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
Tobias Hunger
qt-creator
Commits
182f284d
Commit
182f284d
authored
Mar 24, 2010
by
Kai Koehne
Browse files
QmlDesigner: Cleanup
Remove trailing whitespace + fix compilation warning.
parent
333abdbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
View file @
182f284d
...
...
@@ -716,7 +716,6 @@ bool DesignDocumentController::save(QWidget *parent)
if
(
!
result
)
showError
(
errorMessage
,
parent
);
return
result
;
save
(
centralWidget
());
}
bool
DesignDocumentController
::
save
(
QIODevice
*
device
,
QString
*
/*errorMessage*/
)
...
...
src/plugins/qmldesigner/components/integration/designdocumentcontroller.h
View file @
182f284d
...
...
@@ -79,9 +79,9 @@ public:
bool
isRedoAvailable
()
const
;
Model
*
model
()
const
;
Model
*
masterModel
()
const
;
Model
*
masterModel
()
const
;
RewriterView
*
rewriterView
()
const
;
RewriterView
*
rewriterView
()
const
;
bool
isModelSyncBlocked
()
const
;
void
blockModelSync
(
bool
block
);
...
...
Write
Preview
Supports
Markdown
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