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 :) --- filepropertiesdialog.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'filepropertiesdialog.cpp') diff --git a/filepropertiesdialog.cpp b/filepropertiesdialog.cpp index 60b4ea8..a49b863 100644 --- a/filepropertiesdialog.cpp +++ b/filepropertiesdialog.cpp @@ -5,16 +5,16 @@ 2 of the License, or (at your option) any later version. */ -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include #include #include -#include +#include #include "filepropertiesdialog.h" #include "seriesmetadatamodel.h" -- cgit v1.2.3-70-g09d2