summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-05 14:04:04 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-06 09:47:21 +0000
commitafdb675ada5b21216dd1bf017a6054cf508be0b9 (patch)
tree90639881dfe2a93b0d8b06eb3ae9309fe757ea7b /examples
parentfcbfa534fab7dc0e989382a664031a42ba35ee92 (diff)
Doc: Clean up SQL Example: Books - whitespace edition
Remove whitespace for consistency. Task-number: QTBUG-68652 Change-Id: I1ca1f449db2352cb96c88535936f2c44392693cf Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
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;