summaryrefslogtreecommitdiff
path: root/qt_adapter.hpp
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2014-05-06 13:26:27 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2014-05-06 13:26:27 +0200
commit7f6f356e4498cf545209f4cb9ee5588d898ebb51 (patch)
tree9cdb2578764aa4d65c07c1f9fc05460aa11d5c01 /qt_adapter.hpp
parenta8d753c769fb98dc27066aed0f4df8fe101ad842 (diff)
downloadgeneric-gui-7f6f356e4498cf545209f4cb9ee5588d898ebb51.tar.gz
generic-gui-7f6f356e4498cf545209f4cb9ee5588d898ebb51.tar.bz2
generic-gui-7f6f356e4498cf545209f4cb9ee5588d898ebb51.zip
Cleans up some inclusions
Diffstat (limited to 'qt_adapter.hpp')
-rw-r--r--qt_adapter.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt_adapter.hpp b/qt_adapter.hpp
index 2e6548a..c0aba79 100644
--- a/qt_adapter.hpp
+++ b/qt_adapter.hpp
@@ -8,11 +8,12 @@
#include <QAbstractTableModel>
#include <QTableView>
#include <QVariant>
-#include <QMetaType>
#include <memory>
#include <string>
#include <iostream>
+#include <vector>
+#include <map>
template <typename T>
struct QtModelType