summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/propertylineedit_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/propertylineedit_p.h')
-rw-r--r--src/designer/src/lib/shared/propertylineedit_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/lib/shared/propertylineedit_p.h b/src/designer/src/lib/shared/propertylineedit_p.h
index 6207aa1d7..a408f8a9d 100644
--- a/src/designer/src/lib/shared/propertylineedit_p.h
+++ b/src/designer/src/lib/shared/propertylineedit_p.h
@@ -56,9 +56,9 @@ namespace qdesigner_internal {
void setWantNewLine(bool nl) { m_wantNewLine = nl; }
bool wantNewLine() const { return m_wantNewLine; }
- bool event(QEvent *e);
+ bool event(QEvent *e) override;
protected:
- void contextMenuEvent (QContextMenuEvent *event );
+ void contextMenuEvent (QContextMenuEvent *event ) override;
private slots:
void insertNewLine();
private: