summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylanddnd_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylanddnd_p.h')
-rw-r--r--src/client/qwaylanddnd_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylanddnd_p.h b/src/client/qwaylanddnd_p.h
index 2ff00b9ff..464b9837b 100644
--- a/src/client/qwaylanddnd_p.h
+++ b/src/client/qwaylanddnd_p.h
@@ -64,7 +64,7 @@ QT_BEGIN_NAMESPACE
namespace QtWaylandClient {
class QWaylandDisplay;
-
+#ifndef QT_NO_DRAGANDDROP
class Q_WAYLAND_CLIENT_EXPORT QWaylandDrag : public QBasicDrag
{
public:
@@ -88,7 +88,7 @@ protected:
private:
QWaylandDisplay *m_display;
};
-
+#endif
}
QT_END_NAMESPACE