aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/KeyList.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h
index 6dd9f61a..254e66be 100644
--- a/src/ui/widgets/KeyList.h
+++ b/src/ui/widgets/KeyList.h
@@ -132,6 +132,10 @@ class KeyList : public QWidget {
void importKeys(const QByteArray& inBuffer);
void updateCallbackCalled(ssize_t current_index, size_t all_index);
+ static int key_list_id;
+ int _m_key_list_id;
+ std::mutex buffered_key_list_mutex;
+
std::shared_ptr<Ui_KeyList> ui;
QTableWidget* mKeyList{};
std::vector<KeyTable> mKeyTables;