Ref T30, added font shortcuts to CShortcut and allow to pass context shortcut

This commit is contained in:
Klaus Basan
2017-07-15 03:21:55 +02:00
committed by Mathew Sutcliffe
parent 7370b6f33b
commit fcdf238512
4 changed files with 48 additions and 12 deletions

View File

@@ -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