Add option to start qbt with Windows startup.

This commit is contained in:
sledgehammer999
2012-10-07 23:05:33 +03:00
parent 89d3678adc
commit 3dd7ac0549
4 changed files with 40 additions and 0 deletions

View File

@@ -101,6 +101,9 @@ private:
bool startMinimized() const;
bool isSlashScreenDisabled() const;
bool preventFromSuspend() const;
#ifdef Q_WS_WIN
bool Startup() const;
#endif
// Downloads
QString getSavePath() const;
bool isTempPathEnabled() const;