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
+1
View File
@@ -11,6 +11,7 @@ class TextFloodCheck: public QObject
Q_OBJECT
public:
TextFloodCheck();
~TextFloodCheck();
void setTextFloodLevelToTrigger(int level) { textFloodLevelToTrigger = level; }