summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/sql/books/bookdelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/books/bookdelegate.h b/examples/sql/books/bookdelegate.h
index a7a76a1060..f1b4326992 100644
--- a/examples/sql/books/bookdelegate.h
+++ b/examples/sql/books/bookdelegate.h
@@ -74,7 +74,7 @@ public:
const QModelIndex &index) override;
QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option,
- const QModelIndex &index) const override;
+ const QModelIndex &index) const override;
private:
QPixmap star;