summaryrefslogtreecommitdiffstats
path: root/src/shared/qwaylandmimehelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/qwaylandmimehelper.h')
-rw-r--r--src/shared/qwaylandmimehelper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/qwaylandmimehelper.h b/src/shared/qwaylandmimehelper.h
index f31685cd6..539fc3adc 100644
--- a/src/shared/qwaylandmimehelper.h
+++ b/src/shared/qwaylandmimehelper.h
@@ -46,10 +46,14 @@
#include <QByteArray>
#include <QMimeData>
+QT_BEGIN_NAMESPACE
+
class QWaylandMimeHelper
{
public:
static QByteArray getByteArray(QMimeData *mimeData, const QString &mimeType);
};
+QT_END_NAMESPACE
+
#endif