summaryrefslogtreecommitdiff
path: root/src/noeditdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noeditdelegate.h')
-rw-r--r--src/noeditdelegate.h10
1 files changed, 6 insertions, 4 deletions
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 <QStyledItemDelegate>
-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