We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be15a67 commit b89ecddCopy full SHA for b89ecdd
gui/qt/keypad/keycode.h
@@ -1,7 +1,7 @@
1
#ifndef KEYCODE_H
2
#define KEYCODE_H
3
4
-#include <QtCore/QHashFunctions>
+#include <QtCore/QHash>
5
6
struct KeyCode {
7
KeyCode() : mCode(~0) {}
0 commit comments