mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
@@ -133,9 +133,6 @@ private slots:
|
||||
void optionsSaved();
|
||||
void toggleAlternativeSpeeds();
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
void pythonDownloadFinished(const Net::DownloadResult &result);
|
||||
#endif
|
||||
void addToolbarContextMenu();
|
||||
void manageCookies();
|
||||
|
||||
@@ -184,12 +181,12 @@ private slots:
|
||||
#else
|
||||
void toggleVisibility();
|
||||
#endif
|
||||
#ifdef Q_OS_WIN
|
||||
void pythonDownloadFinished(const Net::DownloadResult &result);
|
||||
#endif
|
||||
|
||||
private:
|
||||
void populateDesktopIntegrationMenu();
|
||||
#ifdef Q_OS_WIN
|
||||
void installPython();
|
||||
#endif
|
||||
|
||||
void closeEvent(QCloseEvent *) override;
|
||||
void showEvent(QShowEvent *) override;
|
||||
@@ -204,6 +201,11 @@ private:
|
||||
void refreshWindowTitle();
|
||||
void refreshTrayIconTooltip();
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
void installPython();
|
||||
bool verifyPythonInstaller(const Path &installerPath) const;
|
||||
#endif
|
||||
|
||||
Ui::MainWindow *m_ui = nullptr;
|
||||
|
||||
QString m_windowTitle;
|
||||
|
||||
Reference in New Issue
Block a user