summaryrefslogtreecommitdiffstats
path: root/src/mimetypes/qmimetypesfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mimetypes/qmimetypesfwd.h')
-rw-r--r--src/mimetypes/qmimetypesfwd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mimetypes/qmimetypesfwd.h b/src/mimetypes/qmimetypesfwd.h
new file mode 100644
index 0000000..7df1e93
--- /dev/null
+++ b/src/mimetypes/qmimetypesfwd.h
@@ -0,0 +1,11 @@
+#ifndef APPLICATION_FWD_H_INCLUDED
+#define APPLICATION_FWD_H_INCLUDED
+
+class QString;
+
+// ------------------------------------------------------------------------------------------------
+
+// A temporary solution in case the type changes until the final release:
+typedef QString QApplicationId;
+
+#endif