- Allow the user to disable systray integration

This commit is contained in:
Christophe Dumez 2007-03-29 19:54:45 +00:00
parent 622fb85f60
commit 5d0e466d6d
6 changed files with 104 additions and 32 deletions

View file

@ -76,6 +76,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
DLListDelegate *DLDelegate;
unsigned int nbTorrents;
QLabel *connecStatusLblIcon;
bool systrayIntegration;
// Preview
previewSelect *previewSelection;
QProcess *previewProcess;
@ -118,6 +119,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void writeSettings();
void readSettings();
void forceExit();
void createTrayIcon();
// Torrent actions
void showProperties(const QModelIndex &index);
void propertiesSelection();