summaryrefslogtreecommitdiff
path: root/src/noeditdelegate.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2022-05-17 11:37:19 +0200
committerMikaël Capelle <capelle.mikael@gmail.com>2023-07-09 17:17:53 +0200
commit86bb01ba9eac879d3685c439ac9da0028bc4bc80 (patch)
tree90cc575c2d02113af459b7772418285f2e5caa1f /src/noeditdelegate.h
parent7d6cb8528d20e36a4cee822263865ee2f7f32481 (diff)
Convert everything to CRLF.
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