e24d2756e7
Copy from KDE:KDE4:Factory:Desktop/digikam based on submit request 30777 from user llunak OBS-URL: https://build.opensuse.org/request/show/30777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=41
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>
|