Add reverted signal to PCM.

This commit is contained in:
Teo Mrnjavac 2015-10-30 17:28:31 +01:00
parent 36aa8f736a
commit 9b2f04daf6
2 changed files with 2 additions and 0 deletions

View file

@ -481,6 +481,7 @@ PartitionCoreModule::revert()
m_deviceInfos.clear();
init();
updateIsDirty();
emit reverted();
}

View file

@ -117,6 +117,7 @@ public:
Q_SIGNALS:
void hasRootMountPointChanged( bool value );
void isDirtyChanged( bool value );
void reverted();
private:
void refresh();