Try to invalidate whole PartitionModel on replace.

This commit is contained in:
Teo Mrnjavac 2015-12-24 13:37:42 +01:00
parent 2a61114d9e
commit 9847b8efa9
3 changed files with 12 additions and 0 deletions

View file

@ -110,6 +110,8 @@ public:
return m_device;
}
void update();
private:
Device* m_device;
OsproberEntryList m_osproberEntries;