qBittorrent wont hide on minimization if a modal window is visible over it.
This commit is contained in:
Ishan Arora
2010-06-10 18:54:23 +00:00
parent a3822c5aa8
commit eef6f600c9
2 changed files with 26 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ public:
~GUI();
// Methods
int getCurrentTabIndex() const;
bool checkForModals() const;
TransferListWidget* getTransferList() const { return transferList; }
QMenu* getTrayIconMenu();