mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Function for getKeyStrings() and replace without key (just adding)
This commit is contained in:
committed by
Mat Sutcliffe
parent
94b53cef6c
commit
21acef505c
@@ -18,6 +18,7 @@
|
||||
#include "blackmisc/sequence.h"
|
||||
#include "blackmisc/variant.h"
|
||||
|
||||
#include <QStringList>
|
||||
#include <QMetaType>
|
||||
#include <initializer_list>
|
||||
#include <tuple>
|
||||
@@ -46,6 +47,9 @@ namespace BlackMisc
|
||||
//! Initializer list constructor.
|
||||
CKeyboardKeyList(std::initializer_list<CKeyboardKey> il) : CSequence<CKeyboardKey>(il) {}
|
||||
|
||||
//! All key strings
|
||||
QStringList getKeyStrings() const;
|
||||
|
||||
//! Get all supported keys
|
||||
static const CKeyboardKeyList &allSupportedKeys();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user