Skip to content

[kstartupinfo] Deprecate currentStartupIdEnv and setWindowStartupId

Nicolas Fella requested to merge work/nico/startupid-env into kf5

currentStartupIdEnv() has the same problem as startupId(). It tries to read an environment variable that was cleared by QApplication

setWindowStartupId() is only used internally and almost the same as setNewStartupId

Edited by Nicolas Fella

Merge request reports