From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/noeditdelegate.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/noeditdelegate.h') diff --git a/src/noeditdelegate.h b/src/noeditdelegate.h index ff9baa46..88d48aa4 100644 --- a/src/noeditdelegate.h +++ b/src/noeditdelegate.h @@ -3,10 +3,12 @@ #include -class NoEditDelegate: public QStyledItemDelegate { +class NoEditDelegate : public QStyledItemDelegate +{ public: - NoEditDelegate(QObject *parent = nullptr); - virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const; + NoEditDelegate(QObject* parent = nullptr); + virtual QWidget* createEditor(QWidget* parent, const QStyleOptionViewItem& option, + const QModelIndex& index) const; }; -#endif // NOEDITDELEGATE_H +#endif // NOEDITDELEGATE_H -- cgit v1.3.1