[education/rkward] rkward: Fix compilation, again

Thomas Friedrichsmeier null at kde.org
Fri Jul 5 22:17:42 BST 2024


Git commit 40a552b46aff86acb6e18031cf638e786304bceb by Thomas Friedrichsmeier.
Committed on 05/07/2024 at 21:17.
Pushed by tfry into branch 'master'.

Fix compilation, again

M  +2    -2    rkward/main.cpp

https://invent.kde.org/education/rkward/-/commit/40a552b46aff86acb6e18031cf638e786304bceb

diff --git a/rkward/main.cpp b/rkward/main.cpp
index 5021ac2c6..6223e1649 100644
--- a/rkward/main.cpp
+++ b/rkward/main.cpp
@@ -144,8 +144,8 @@ int main (int argc, char *argv[]) {
 #if defined(Q_OS_MACOS)
 	// TODO: This is just a hackish workaround. See https://invent.kde.org/education/rkward/-/issues/28
 	const char* chromiumflags = "QTWEBENGINE_CHROMIUM_FLAGS";
-	if (!qEnvironmentVariableIsSet(chromiumflags)) {)
-		qputenv(chromimumflags, "--no-sandbox --single-process --enable-features=NetworkServiceInProcess");
+	if (!qEnvironmentVariableIsSet(chromiumflags)) {
+		qputenv(chromiumflags, "--no-sandbox --single-process --enable-features=NetworkServiceInProcess");
 	}
 #endif
 	// annoyingly, QWebEngineUrlSchemes have to be registered before creating the app.


More information about the rkward-tracker mailing list