mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 19:05:46 -05: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();
|
||||
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…
Add table
Reference in a new issue