]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - treedelegate.h
New upstream version 2.9.22
[sven/vym.git] / treedelegate.h
diff --git a/treedelegate.h b/treedelegate.h
deleted file mode 100644 (file)
index b9c6e15..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef TREEDELEGATE_H 
-#define TREEDELEGATE_H
-
-#include <QStyledItemDelegate>
-
-class TreeDelegate:  public QStyledItemDelegate {
-    Q_OBJECT
-public:
-    TreeDelegate(QObject *parent=0);
-    QString displayText (const QVariant & value, const QLocale & locale ) const;
-    /*
-    void paint(QPainter *painter, const QStyleOptionViewItem &option,
-           const QModelIndex &index) const;
-    QSize sizeHint(const QStyleOptionViewItem &option,
-           const QModelIndex &index ) const;
-    */     
-};
-
-#endif