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 6544276cbe..727aa88ab3 100644
--- a/examples/sql/cachedtable/tableeditor.h
+++ b/examples/sql/cachedtable/tableeditor.h
@@ -65,7 +65,7 @@ class TableEditor : public QWidget
Q_OBJECT
public:
- explicit TableEditor(const QString &tableName, QWidget *parent = 0);
+ explicit TableEditor(const QString &tableName, QWidget *parent = nullptr);
private slots:
void submit();