mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Fix MinGW compiler warnings
Cross-compiling with mxe on linux. PR #23470.
This commit is contained in:
@@ -127,10 +127,12 @@ namespace
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !defined(Q_OS_WIN) || defined(DISABLE_GUI)
|
||||
void displayVersion()
|
||||
{
|
||||
printf("%s %s\n", qUtf8Printable(qApp->applicationName()), QBT_VERSION);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_GUI
|
||||
void showSplashScreen()
|
||||
|
||||
Reference in New Issue
Block a user