forked from pool/qimgv
e3d64b9024
- Initial package (v0.6) OBS-URL: https://build.opensuse.org/request/show/563836 OBS-URL: https://build.opensuse.org/package/show/graphics/qimgv?expand=0&rev=1
14 lines
482 B
Diff
14 lines
482 B
Diff
Index: qimgv-0.6/components/directorymanager/watchers/directorywatcher_p.h
|
|
===================================================================
|
|
--- qimgv-0.6.orig/components/directorymanager/watchers/directorywatcher_p.h
|
|
+++ qimgv-0.6/components/directorymanager/watchers/directorywatcher_p.h
|
|
@@ -11,6 +11,8 @@
|
|
#include <QDir>
|
|
#include <QTimerEvent>
|
|
#include <QDir>
|
|
+#include <QVariant>
|
|
+#include <QSharedPointer>
|
|
|
|
class DirectoryWatcherPrivate : public QObject {
|
|
Q_OBJECT
|