Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-12-22 03:07:38 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:04 +0300
commit300ce68b5738d4237dee91963fff7157c68af26c (patch)
treea9b6d61fecf6adb5cd2e302034033971bcb1bec5 /qt_tstfrm
parentf76801b5dc9cabfd245003479a3aa759464e7a07 (diff)
Migrating to QT5.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/gl_test_widget.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt_tstfrm/gl_test_widget.hpp b/qt_tstfrm/gl_test_widget.hpp
index 51f9d083ed..fc9ca7e89b 100644
--- a/qt_tstfrm/gl_test_widget.hpp
+++ b/qt_tstfrm/gl_test_widget.hpp
@@ -3,9 +3,11 @@
#include "tstwidgets.hpp"
#include "../../testing/testing.hpp"
+
#include "../../map/qgl_render_context.hpp"
-#include <QtGui/QApplication>
+#include <QtWidgets/QApplication>
+
template<class T, bool (T::*)(QKeyEvent *)>
struct key_event_fn_bind