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;