b10d17ec67636e7fbfa96d6e5fba4db49493d875
[dorian] / platform.h
1 #ifndef PLATFORM_H
2 #define PLATFORM_H
3
4 #include <QString>
5
6 class Platform
7 {
8 public:
9     static QString dbPath();
10     static QString icon(const QString &name);
11 };
12
13 #endif // PLATFORM_H