mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
committed by
GitHub
parent
aed492b881
commit
e24aaa4ce1
@@ -67,6 +67,8 @@ namespace RSS
|
||||
}
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
class QProgressDialog;
|
||||
|
||||
class DesktopIntegration;
|
||||
class MainWindow;
|
||||
|
||||
@@ -166,6 +168,7 @@ private:
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
void createStartupProgressDialog();
|
||||
#ifdef Q_OS_MACOS
|
||||
bool event(QEvent *) override;
|
||||
#endif
|
||||
@@ -203,6 +206,7 @@ private:
|
||||
|
||||
DesktopIntegration *m_desktopIntegration = nullptr;
|
||||
MainWindow *m_window = nullptr;
|
||||
QProgressDialog *m_startupProgressDialog = nullptr;
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_WEBUI
|
||||
|
||||
Reference in New Issue
Block a user