mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
parent
f3f4610ba4
commit
34d30ed031
20 changed files with 31 additions and 75 deletions
|
@ -1110,10 +1110,8 @@ void Application::initializeTranslation()
|
|||
}
|
||||
|
||||
#if (!defined(DISABLE_GUI) && defined(Q_OS_WIN))
|
||||
void Application::shutdownCleanup(QSessionManager &manager)
|
||||
void Application::shutdownCleanup([[maybe_unused]] QSessionManager &manager)
|
||||
{
|
||||
Q_UNUSED(manager);
|
||||
|
||||
// This is only needed for a special case on Windows XP.
|
||||
// (but is called for every Windows version)
|
||||
// If a process takes too much time to exit during OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue