[education/rkward] rkward: Help the linker to do its job

Thomas Friedrichsmeier null at kde.org
Mon Jun 24 22:13:02 BST 2024


Git commit 4fdce0a8ac242063f113e3319636c4f1b99d9929 by Thomas Friedrichsmeier.
Committed on 22/06/2024 at 07:26.
Pushed by tfry into branch 'master'.

Help the linker to do its job

M  +1    -0    rkward/rkward.cpp

https://invent.kde.org/education/rkward/-/commit/4fdce0a8ac242063f113e3319636c4f1b99d9929

diff --git a/rkward/rkward.cpp b/rkward/rkward.cpp
index d6f911a20..9c06acae5 100644
--- a/rkward/rkward.cpp
+++ b/rkward/rkward.cpp
@@ -103,6 +103,7 @@ void bogusCalls () {
 	new RKWorkplaceView(nullptr);
 	new RKEditObjectAgent(QStringList(), nullptr);
 	RKPrintAgent::printPostscript(QString(), false);
+	RKWorkplace::mainWorkplace()->getNamedWindow<RKMDIWindow>(QString());
 #endif
 }
 



More information about the rkward-tracker mailing list