SAFERHANGUP support for win/Qt.

Now all the current Unix window-ports support it.
This commit is contained in:
cohrs
2003-09-19 04:08:37 +00:00
parent d66bd647e6
commit 22fe9838f3
2 changed files with 40 additions and 2 deletions

View File

@@ -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*);