qt5
Last change
on this file since 8b71fb3 was
8b71fb3,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
forgotten appsettings files
|
-
Property mode set to
100644
|
File size:
314 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef APPSETTINGS_H |
---|
3 | #define APPSETTINGS_H |
---|
4 | |
---|
5 | #include <QString> |
---|
6 | #include <QSettings> |
---|
7 | |
---|
8 | class AppSettings |
---|
9 | { |
---|
10 | private: |
---|
11 | AppSettings(); |
---|
12 | static QSettings mSettings; |
---|
13 | |
---|
14 | public: |
---|
15 | static int confId(); // conference Id |
---|
16 | static void setConfId(int aConfId); |
---|
17 | }; |
---|
18 | |
---|
19 | #endif /* APPSETTINGS_H */ |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.