Add Documentation

This commit is contained in:
Tomaz Canabrava 2021-11-30 10:18:31 -03:00
parent 099c753516
commit a85b63c004
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ public:
void setActionCollection(KActionCollection* coll) {
m_ActionCollection = coll;
}
// Selects the device specified by the device node, such as /dev/sda
bool setSelectedDevice(const QString& device_node);
void updateDevices(const OperationStack::Devices& devices);