Only 1 thing missed:
=== added file 'src/ubuntuappmenu/menuregistrar.cpp' +bool isMirClient() { + return qgetenv("QT_QPA_PLATFORM") == "ubuntumirclient"; +} qGuiApp->platformName() would be a safer thing to check.
You've addressed everything else
« Back to merge proposal
Only 1 thing missed:
=== added file 'src/ubuntuappm enu/menuregistr ar.cpp' "QT_QPA_ PLATFORM" ) == "ubuntumirclient"; >platformName( ) would be a safer thing to check.
+bool isMirClient() {
+ return qgetenv(
+}
qGuiApp-
You've addressed everything else