[rkward] rkward: Remove override keyword from KDE4 branch, again
Thomas Friedrichsmeier
thomas.friedrichsmeier at ruhr-uni-bochum.de
Mon Jan 11 20:32:42 UTC 2016
Git commit 4902c20f6a7efa0c67c1846a76c145a0f8573e0d by Thomas Friedrichsmeier.
Committed on 11/01/2016 at 20:32.
Pushed by tfry into branch 'master'.
Remove override keyword from KDE4 branch, again
M +1 -1 rkward/dataeditor/twintable.h
M +1 -1 rkward/plugin/rkpreviewbox.h
M +1 -1 rkward/plugin/rkstandardcomponentgui.h
http://commits.kde.org/rkward/4902c20f6a7efa0c67c1846a76c145a0f8573e0d
diff --git a/rkward/dataeditor/twintable.h b/rkward/dataeditor/twintable.h
index a43f566..6f51edb 100644
--- a/rkward/dataeditor/twintable.h
+++ b/rkward/dataeditor/twintable.h
@@ -55,7 +55,7 @@ public:
RKVarEditModel* datamodel;
QActionGroup* editActions () const { return edit_actions; };
- void setWindowStyleHint (const QString& hint) override;
+ void setWindowStyleHint (const QString& hint);
public slots:
void metaHeaderPressed (int section);
void metaHeaderEntered (int section);
diff --git a/rkward/plugin/rkpreviewbox.h b/rkward/plugin/rkpreviewbox.h
index c5028c9..70f646a 100644
--- a/rkward/plugin/rkpreviewbox.h
+++ b/rkward/plugin/rkpreviewbox.h
@@ -41,7 +41,7 @@ public:
~RKPreviewBox ();
int type () { return ComponentPreviewBox; };
RKComponentPropertyBool *state;
- QVariant value (const QString &modifier=QString ()) override;
+ QVariant value (const QString &modifier=QString ());
public slots:
void changedState (int);
void changedState (RKComponentPropertyBase *);
diff --git a/rkward/plugin/rkstandardcomponentgui.h b/rkward/plugin/rkstandardcomponentgui.h
index 9d1ad9f..236c648 100644
--- a/rkward/plugin/rkstandardcomponentgui.h
+++ b/rkward/plugin/rkstandardcomponentgui.h
@@ -143,7 +143,7 @@ public:
void updateCode ();
void createWizard (bool switchable);
/** Adds a standard last page in the wizard, and initializes the view to the first page */
- void finalize () override;
+ void finalize ();
void updateState ();
More information about the rkward-tracker
mailing list