Add reverted signal to PCM.

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

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

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

Loading…
Cancel
Save