mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Ref T30, added font shortcuts to CShortcut and allow to pass context shortcut
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7370b6f33b
commit
fcdf238512
@@ -55,6 +55,15 @@ namespace BlackGui
|
||||
|
||||
//! Copy
|
||||
static const QKeySequence &keyCopy();
|
||||
|
||||
//! Font plus
|
||||
static const QKeySequence &keyFontPlus();
|
||||
|
||||
//! Font minus
|
||||
static const QKeySequence &keyFontMinus();
|
||||
|
||||
//! Font reset
|
||||
static const QKeySequence &keyFontReset();
|
||||
};
|
||||
} // ns
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user