mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
Enable access to shutdown functions when configured with --disable-gui
option
This commit is contained in:
parent
a1e0fa5509
commit
fbc002f212
4 changed files with 8 additions and 9 deletions
|
@ -111,10 +111,10 @@ private slots:
|
|||
|
||||
private:
|
||||
bool m_running;
|
||||
ShutdownDialogAction m_shutdownAct;
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
QPointer<MainWindow> m_window;
|
||||
ShutdownDialogAction m_shutdownAct;
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_WEBUI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue