mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
refs #560, allow to load / save from view/model
* added load/save functions * changed menu from multiple bool members to flag * shortcut for save * cleaned up filter dialog handling
This commit is contained in:
@@ -38,6 +38,12 @@ namespace BlackGui
|
||||
|
||||
//! Display filter
|
||||
static const QKeySequence &keyDisplayFilter();
|
||||
|
||||
//! Save depending on context
|
||||
static const QKeySequence &keySave();
|
||||
|
||||
//! Save in views
|
||||
static const QKeySequence &keySaveViews();
|
||||
};
|
||||
} // ns
|
||||
#endif // CSHORTCUT_H
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user