24 lines
567 B
Diff
24 lines
567 B
Diff
|
--- libs/imageproperties/worldmapwidget.cpp 2009/12/23 12:51:42 1065505
|
||
|
+++ libs/imageproperties/worldmapwidget.cpp 2010/01/07 01:47:54 1070931
|
||
|
@@ -28,6 +28,7 @@
|
||
|
#include <QVBoxLayout>
|
||
|
#include <QStyle>
|
||
|
#include <QLabel>
|
||
|
+#include <QtCore/QTimer>
|
||
|
|
||
|
// KDE includes
|
||
|
|
||
|
--- libs/imageproperties/markerclusterholder.h 2009/12/27 22:51:46 1066798
|
||
|
+++ libs/imageproperties/markerclusterholder.h 2010/01/07 01:47:54 1070931
|
||
|
@@ -27,6 +27,10 @@
|
||
|
|
||
|
#include <memory>
|
||
|
|
||
|
+// Qt includes
|
||
|
+
|
||
|
+#include <QtCore/QVariant>
|
||
|
+
|
||
|
// Marble includes
|
||
|
|
||
|
#include <marble/MarbleWidget.h>
|