diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2016-10-20 08:34:55 +0000 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2016-10-21 09:19:56 +0000 |
commit | ca4be197efc29c6f77f83978aa5a7e6cbe533b79 (patch) | |
tree | 851a85822796f026485cde7e2ae02b73f9bcc38f /src/libs/modelinglib/qmt/document_controller/documentcontroller.h | |
parent | a25a855b6e3de5b092fca4948abe71f8518c5e20 (diff) | |
download | qt-creator-ca4be197efc29c6f77f83978aa5a7e6cbe533b79.tar.gz |
Revert "Replace virtual isModified method with a getter/setter/notifier"
This doesn't fix the issue with cleaning the clear state of undo stack.
This introduced the issue when ui file is opened it's marked as modified.
It reverts 59c90e00c1e8b18d120f5b5c15b331b1ee427ace
and d0c537ca759aa7facfdd0efedac5f5385d16ddb9
Change-Id: Ifd4ff8483d6c297461632de500a4502b1fd0871f
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/libs/modelinglib/qmt/document_controller/documentcontroller.h')
-rw-r--r-- | src/libs/modelinglib/qmt/document_controller/documentcontroller.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/modelinglib/qmt/document_controller/documentcontroller.h b/src/libs/modelinglib/qmt/document_controller/documentcontroller.h index b9eb3a5371..d9a253773f 100644 --- a/src/libs/modelinglib/qmt/document_controller/documentcontroller.h +++ b/src/libs/modelinglib/qmt/document_controller/documentcontroller.h @@ -61,7 +61,6 @@ public: signals: void changed(); - void modificationChanged(bool modified); void modelClipboardChanged(bool isEmpty); void diagramClipboardChanged(bool isEmpty); |