From afdb675ada5b21216dd1bf017a6054cf508be0b9 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Tue, 5 Jun 2018 14:04:04 +0200 Subject: Doc: Clean up SQL Example: Books - whitespace edition Remove whitespace for consistency. Task-number: QTBUG-68652 Change-Id: I1ca1f449db2352cb96c88535936f2c44392693cf Reviewed-by: Venugopal Shivashankar --- examples/sql/books/bookdelegate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/sql/books') 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; -- cgit v1.2.3