forked from qt-creator/qt-creator
QmlDesigner: Cleanup
Remove trailing whitespace + fix compilation warning.
This commit is contained in:
@@ -716,7 +716,6 @@ bool DesignDocumentController::save(QWidget *parent)
|
|||||||
if (!result)
|
if (!result)
|
||||||
showError(errorMessage, parent);
|
showError(errorMessage, parent);
|
||||||
return result;
|
return result;
|
||||||
save(centralWidget());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool DesignDocumentController::save(QIODevice *device, QString * /*errorMessage*/)
|
bool DesignDocumentController::save(QIODevice *device, QString * /*errorMessage*/)
|
||||||
|
|||||||
@@ -79,9 +79,9 @@ public:
|
|||||||
bool isRedoAvailable() const;
|
bool isRedoAvailable() const;
|
||||||
|
|
||||||
Model *model() const;
|
Model *model() const;
|
||||||
Model *masterModel() const;
|
Model *masterModel() const;
|
||||||
|
|
||||||
RewriterView *rewriterView() const;
|
RewriterView *rewriterView() const;
|
||||||
|
|
||||||
bool isModelSyncBlocked() const;
|
bool isModelSyncBlocked() const;
|
||||||
void blockModelSync(bool block);
|
void blockModelSync(bool block);
|
||||||
|
|||||||
Reference in New Issue
Block a user