Fix MinGW compiler warnings

Cross-compiling with mxe on linux.

PR #23470.
This commit is contained in:
Orgad Shaneh
2025-11-14 15:26:35 +02:00
committed by GitHub
parent 530c7d1bbd
commit ffbd01eb81
3 changed files with 8 additions and 6 deletions

View File

@@ -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()