[education/rkward] rkward/plugin: More fixes

Thomas Friedrichsmeier null at kde.org
Sun May 12 16:29:42 BST 2024


Git commit 60408f8dabeedce4cd8a75b11550ec8f9d02b3c7 by Thomas Friedrichsmeier.
Committed on 12/05/2024 at 15:19.
Pushed by tfry into branch 'master'.

More fixes

M  +1    -3    rkward/plugin/rkstandardcomponent.cpp

https://invent.kde.org/education/rkward/-/commit/60408f8dabeedce4cd8a75b11550ec8f9d02b3c7

diff --git a/rkward/plugin/rkstandardcomponent.cpp b/rkward/plugin/rkstandardcomponent.cpp
index d3298c2ee..4bcb471fa 100644
--- a/rkward/plugin/rkstandardcomponent.cpp
+++ b/rkward/plugin/rkstandardcomponent.cpp
@@ -50,11 +50,9 @@ SPDX-License-Identifier: GPL-2.0-or-later
 #include "../debug.h"
 
 
-RKStandardComponent::RKStandardComponent (RKComponent *parent_component, QWidget *parent_widget, const QString &filename, const QString &id) : RKComponent (parent_component, parent_widget) {
+RKStandardComponent::RKStandardComponent (RKComponent *parent_component, QWidget *parent_widget, const QString &filename, const QString &id) : RKComponent (parent_component, parent_widget), filename(filename), id(id) {
 	RK_TRACE (PLUGIN);
 
-	RKStandardComponent::filename = filename;
-	RKStandardComponent::id = id;
 	command_chain = nullptr;
 	backend = nullptr;
 	scripting = nullptr;



More information about the rkward-tracker mailing list