[education/rkward] rkward/plugin: More fixes
Thomas Friedrichsmeier
null at kde.org
Sun May 12 16:32:29 BST 2024
Git commit bbe26bc8beb20c369bb000a324ef1564a71db6ff by Thomas Friedrichsmeier.
Committed on 11/05/2024 at 13:06.
Pushed by tfry into branch 'master'.
More fixes
M +1 -3 rkward/plugin/rkstandardcomponent.cpp
https://invent.kde.org/education/rkward/-/commit/bbe26bc8beb20c369bb000a324ef1564a71db6ff
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