mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Rename enum
Change identifier from ShutdownAction to ShutdownDialogAction Change enum value from None to Exit
This commit is contained in:
parent
d3fb46663c
commit
6a11056b60
7 changed files with 29 additions and 29 deletions
|
@ -68,7 +68,7 @@ namespace Utils
|
|||
bool isUrl(const QString &s);
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
void shutdownComputer(ShutdownAction action);
|
||||
void shutdownComputer(const ShutdownDialogAction &action);
|
||||
// Get screen center
|
||||
QPoint screenCenter(QWidget *win);
|
||||
QSize smallIconSize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue