- Fixed exit from trayicon when "close to systray" is enabled

This commit is contained in:
Christophe Dumez 2007-03-04 21:12:37 +00:00
commit a95b1d7589
2 changed files with 9 additions and 1 deletions

View file

@ -142,6 +142,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void balloonClicked();
void writeSettings();
void readSettings();
void forceExit();
// Torrent actions
void showProperties(const QModelIndex &index);
void propertiesSelection();