mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Add deviceReverted signal to PCM and emit it.
This commit is contained in:
parent
60ebc0ecfb
commit
0cff1cd7ec
2 changed files with 2 additions and 0 deletions
|
@ -537,6 +537,7 @@ PartitionCoreModule::revertDevice( Device* dev )
|
|||
m_bootLoaderModel->init( devices );
|
||||
|
||||
updateIsDirty();
|
||||
emit deviceReverted( newDev );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -127,6 +127,7 @@ Q_SIGNALS:
|
|||
void hasRootMountPointChanged( bool value );
|
||||
void isDirtyChanged( bool value );
|
||||
void reverted();
|
||||
void deviceReverted( Device* device );
|
||||
|
||||
private:
|
||||
void refresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue