mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
refs #209, reset method for settings
This commit is contained in:
@@ -116,12 +116,15 @@ namespace BlackCore
|
||||
//! Hotkeys
|
||||
virtual BlackMisc::Hardware::CKeyboardKeyList getHotkeys() const = 0;
|
||||
|
||||
//! save settings
|
||||
//! Save settings
|
||||
virtual BlackMisc::CStatusMessage write() const = 0;
|
||||
|
||||
//! Read settings
|
||||
virtual BlackMisc::CStatusMessage read() = 0;
|
||||
|
||||
//! Reset settings
|
||||
virtual BlackMisc::CStatusMessage reset(bool write = true) = 0;
|
||||
|
||||
//! Read settings
|
||||
virtual QString getSettingsFileName() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user