SAFERHANGUP support for win/Qt.
Now all the current Unix window-ports support it.
This commit is contained in:
@@ -309,6 +309,9 @@ signals:
|
||||
private slots:
|
||||
void updateTiles();
|
||||
void moveMessages(int x, int y);
|
||||
#ifdef SAFERHANGUP
|
||||
void timeout();
|
||||
#endif
|
||||
|
||||
protected:
|
||||
virtual void paintEvent(QPaintEvent*);
|
||||
|
||||
Reference in New Issue
Block a user