mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
Add reverted signal to PCM.
This commit is contained in:
parent
36aa8f736a
commit
9b2f04daf6
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue