Add some platform helpers.
[dorian] / platform.h
diff --git a/platform.h b/platform.h
new file mode 100644 (file)
index 0000000..b10d17e
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef PLATFORM_H
+#define PLATFORM_H
+
+#include <QString>
+
+class Platform
+{
+public:
+    static QString dbPath();
+    static QString icon(const QString &name);
+};
+
+#endif // PLATFORM_H