aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_lineEdit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_lineEdit.h')
-rw-r--r--src/modules/objects/KvsObject_lineEdit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_lineEdit.h b/src/modules/objects/KvsObject_lineEdit.h
index a004190a2..92e1d8754 100644
--- a/src/modules/objects/KvsObject_lineEdit.h
+++ b/src/modules/objects/KvsObject_lineEdit.h
@@ -42,7 +42,7 @@ protected:
QCompleter * m_pCompleter;
protected:
- virtual bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams);
+ bool init(KviKvsRunTimeContext * pContext, KviKvsVariantList * pParams) override;
bool setCompleter(KviKvsObjectFunctionCall * c);
bool enableCompleter(KviKvsObjectFunctionCall * c);