From a6595507f0ac6549612f53b767325457f6b141dc Mon Sep 17 00:00:00 2001 From: "Vladimir Golovnev (Glassez)" Date: Sun, 24 Jan 2016 10:46:57 +0300 Subject: [PATCH] Fix macro define cross over access specifiers --- src/gui/mainwindow.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h index 48b0bae36..98f0fdc94 100644 --- a/src/gui/mainwindow.h +++ b/src/gui/mainwindow.h @@ -155,13 +155,8 @@ protected: void displayRSSTab(bool enable); void displaySearchTab(bool enable); -private: - QIcon getSystrayIcon() const; -#ifdef Q_OS_WIN - bool addPythonPathToEnv(); - void installPython(); - private slots: +#ifdef Q_OS_WIN void pythonDownloadSuccess(const QString &url, const QString &filePath); void pythonDownloadFailure(const QString &url, const QString &error); #endif @@ -169,6 +164,12 @@ private slots: void manageCookies(); private: + QIcon getSystrayIcon() const; +#ifdef Q_OS_WIN + bool addPythonPathToEnv(); + void installPython(); +#endif + QFileSystemWatcher *executable_watcher; // Bittorrent QList> unauthenticated_trackers; // Still needed?