Skip to content

Commit b89ecdd

Browse files
committed
[GUI] keycode.h: Qt < 5.6 compat
QHash is included already before anyway...
1 parent be15a67 commit b89ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/qt/keypad/keycode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef KEYCODE_H
22
#define KEYCODE_H
33

4-
#include <QtCore/QHashFunctions>
4+
#include <QtCore/QHash>
55

66
struct KeyCode {
77
KeyCode() : mCode(~0) {}

0 commit comments

Comments
 (0)