- Bring the window to foreround on exit when it was minimized

This commit is contained in:
Christophe Dumez 2007-03-29 20:21:17 +00:00
parent 5d0e466d6d
commit d90e4286e3
2 changed files with 5 additions and 2 deletions

View file

@ -77,6 +77,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
unsigned int nbTorrents;
QLabel *connecStatusLblIcon;
bool systrayIntegration;
bool force_exit;
// Preview
previewSelect *previewSelection;
QProcess *previewProcess;