source:
smplayer/trunk/src/cleanconfig.h
Last change on this file was 156, checked in by , 11 years ago | |
---|---|
File size: 236 bytes |
Rev | Line | |
---|---|---|
[154] | 1 | |
2 | #ifndef CLEANCONFIG_H | |
3 | #define CLEANCONFIG_H | |
4 | ||
5 | #include <QString> | |
6 | #include <QStringList> | |
7 | ||
8 | class CleanConfig { | |
9 | public: | |
10 | static void clean(const QString &config_path); | |
11 | ||
12 | private: | |
13 | static QStringList listDir(const QString &path); | |
14 | }; | |
15 | ||
16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.