Remove reference to deprecated Q_OS_OSX macro (#3824)

This commit is contained in:
Alexandru Ionut Tripon
2025-06-02 12:45:24 +03:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -105,7 +105,7 @@
#define IBUS "@im=ibus"
static bool switcherooSetupGPU(QProcessEnvironment& env)
[[maybe_unused]] static bool switcherooSetupGPU(QProcessEnvironment& env)
{
#ifdef WITH_QTDBUS
if (!QDBusConnection::systemBus().isConnected())