aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_comboBox.h
diff options
context:
space:
mode:
authorGravatar IceN9ne2018-11-28 22:00:54 -0500
committerGravatar IceN9ne2018-11-28 22:02:03 -0500
commit2c52bee29d4636bcdce407ac91b353d34d89258c (patch)
tree2da7f0051d989cbf027863fef7955590d2869405 /src/modules/objects/KvsObject_comboBox.h
parentRemove unnecessary usages of the inline keyword per language evolution. (diff)
downloadKVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.tar.gz
KVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.tar.bz2
KVIrc-2c52bee29d4636bcdce407ac91b353d34d89258c.zip
Use override where possible and remove unnecessary usages of the virtual keyword.
Diffstat (limited to 'src/modules/objects/KvsObject_comboBox.h')
-rw-r--r--src/modules/objects/KvsObject_comboBox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_comboBox.h b/src/modules/objects/KvsObject_comboBox.h
index 2d14c01f9..dc0376229 100644
--- a/src/modules/objects/KvsObject_comboBox.h
+++ b/src/modules/objects/KvsObject_comboBox.h
@@ -37,7 +37,7 @@ public:
public:
QWidget * widget() { return (QWidget *)object(); };
protected:
- virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams);
+ bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams) override;
bool insertItem(KviKvsObjectFunctionCall * c);
bool changeItem(KviKvsObjectFunctionCall * c);