source: smplayer/trunk/src/cleanconfig.h@ 178

Last change on this file since 178 was 156, checked in by Silvan Scherrer, 11 years ago

SMPlayer: update trunk to 0.8.6

File size: 236 bytes
Line 
1
2#ifndef CLEANCONFIG_H
3#define CLEANCONFIG_H
4
5#include <QString>
6#include <QStringList>
7
8class CleanConfig {
9public:
10 static void clean(const QString &config_path);
11
12private:
13 static QStringList listDir(const QString &path);
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.