From 030106986be6235377200dce39a627a998fe63b0 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 3 Jan 2019 22:33:16 +0100 Subject: [PATCH] Fix Utilities::SetEnv --- src/engine/gstengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/gstengine.cpp b/src/engine/gstengine.cpp index 6fd72b327..d7e946e15 100644 --- a/src/engine/gstengine.cpp +++ b/src/engine/gstengine.cpp @@ -450,7 +450,7 @@ void GstEngine::SetEnvironment() { } #if defined(Q_OS_DARWIN) && defined(USE_BUNDLE) - SetEnv("GIO_EXTRA_MODULES", QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR + "/gio-modules"); + Utilities::SetEnv("GIO_EXTRA_MODULES", QCoreApplication::applicationDirPath() + "/" + USE_BUNDLE_DIR + "/gio-modules"); #endif Utilities::SetEnv("PULSE_PROP_media.role", "music");