summaryrefslogtreecommitdiffstats
path: root/examples/sql/cachedtable/tableeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/cachedtable/tableeditor.h')
-rw-r--r--examples/sql/cachedtable/tableeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/cachedtable/tableeditor.h b/examples/sql/cachedtable/tableeditor.h
index b7d728a084..c39f4b3038 100644
--- a/examples/sql/cachedtable/tableeditor.h
+++ b/examples/sql/cachedtable/tableeditor.h
@@ -55,7 +55,7 @@ class TableEditor : public QWidget
Q_OBJECT
public:
- TableEditor(const QString &tableName, QWidget *parent = 0);
+ explicit TableEditor(const QString &tableName, QWidget *parent = 0);
private slots:
void submit();