New revertAllDevices operation in PCM.

This commit is contained in:
Teo Mrnjavac 2015-12-30 16:37:04 +01:00
parent 90e028a2b0
commit a1e4667ebe
2 changed files with 12 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public:
QList< Partition* > efiSystemPartitions() const;
void revert();
void revertAllDevices();
void revertDevice( Device* dev );
void asyncRevertDevice( Device* dev, std::function< void() > callback );