X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=treedelegate.h;fp=treedelegate.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=b9c6e15491e47780e339719a407cf049b4bb7a2a;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/treedelegate.h b/treedelegate.h deleted file mode 100644 index b9c6e15..0000000 --- a/treedelegate.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef TREEDELEGATE_H -#define TREEDELEGATE_H - -#include - -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