fixing compile warnings and memory leaks
This commit is contained in:
@@ -11,6 +11,7 @@ class TextFloodCheck: public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
TextFloodCheck();
|
||||
~TextFloodCheck();
|
||||
|
||||
void setTextFloodLevelToTrigger(int level) { textFloodLevelToTrigger = level; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user