Implement an option to disable confirmation of torrent recheck

This commit is contained in:
Oleh Prypin
2015-07-08 23:29:31 +03:00
parent 647140c7c7
commit 7474c05209
4 changed files with 22 additions and 4 deletions

View File

@@ -424,6 +424,8 @@ public:
#endif
bool confirmTorrentDeletion() const;
void setConfirmTorrentDeletion(bool enabled);
bool confirmTorrentRecheck() const;
void setConfirmTorrentRecheck(bool enabled);
TrayIcon::Style trayIconStyle() const;
void setTrayIconStyle(TrayIcon::Style style);