- Added PreferencesDialog with settings saving and reading.
[qtrapids] / src / engine / AlertWaiterThread.h
index 0a2209a..6ab719e 100644 (file)
@@ -36,6 +36,8 @@ class AlertWaiterThread : public QThread
 
     virtual ~AlertWaiterThread();
 
+               void allAlerts(bool enable = true);
+               
                virtual void run(); // Overridden from QThread
                
        signals: