fixing compile warnings and memory leaks

This commit is contained in:
doitux
2009-09-26 18:47:18 +00:00
parent bf51e68e77
commit feaab665b2
9 changed files with 30 additions and 3 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class MessageFilter: public QObject {
Q_OBJECT
public:
MessageFilter(CleanerConfig*);
~MessageFilter();
QString check(unsigned, QString, QString);
void refreshConfig();