summaryrefslogtreecommitdiff
path: root/src/noeditdelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noeditdelegate.h')
-rw-r--r--src/noeditdelegate.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/noeditdelegate.h b/src/noeditdelegate.h
index 6fd5ba76..ff9baa46 100644
--- a/src/noeditdelegate.h
+++ b/src/noeditdelegate.h
@@ -1,12 +1,12 @@
-#ifndef NOEDITDELEGATE_H
-#define NOEDITDELEGATE_H
-
-#include <QStyledItemDelegate>
-
-class NoEditDelegate: public QStyledItemDelegate {
-public:
- NoEditDelegate(QObject *parent = nullptr);
- virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const;
-};
-
-#endif // NOEDITDELEGATE_H
+#ifndef NOEDITDELEGATE_H
+#define NOEDITDELEGATE_H
+
+#include <QStyledItemDelegate>
+
+class NoEditDelegate: public QStyledItemDelegate {
+public:
+ NoEditDelegate(QObject *parent = nullptr);
+ virtual QWidget *createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const;
+};
+
+#endif // NOEDITDELEGATE_H