source:
smplayer/trunk/src/cleanconfig.h@
163
| Last change on this file since 163 was 156, checked in by , 12 years ago | |
|---|---|
| File size: 236 bytes | |
| Line | |
|---|---|
| 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.
