From a0fe997bbe54b98a6338aa28d8b008266e423081 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 3 Mar 2013 12:05:21 +0100 Subject: Port to Qt5 * Change #include to qt5 * Fix missing QX11Info * use explicit constructor for QVariant(QColor) * use beginResetModel() and endResetModel() instead of reset(). The latter was removed. Hopefully it still works :) --- mappingtableeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mappingtableeditor.h') diff --git a/mappingtableeditor.h b/mappingtableeditor.h index d372d0b..a87e636 100644 --- a/mappingtableeditor.h +++ b/mappingtableeditor.h @@ -8,7 +8,7 @@ #ifndef MAPPINGTABLEEDITOR_H #define MAPPINGTABLEEDITOR_H -#include +#include #include #include "smdialog.h" -- cgit v1.2.3-70-g09d2