Add reverted signal to PCM.

main
Teo Mrnjavac 9 years ago
parent 36aa8f736a
commit 9b2f04daf6

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

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

Loading…
Cancel
Save