X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=treeeditor.h;fp=treeeditor.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=f5c0c14031090a4b03057bffc88d3380b399b272;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/treeeditor.h b/treeeditor.h deleted file mode 100644 index f5c0c14..0000000 --- a/treeeditor.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef TREEEDITOR_H -#define TREEEDITOR_H - -#include - -class VymModel; - -/*! \brief TreeView widget in vym to display and edit a map, based on - * QTreeView */ - - -class TreeEditor : public QTreeView { - Q_OBJECT - -public: - TreeEditor(VymModel *m=NULL); - ~TreeEditor(); - void init(); - QModelIndex getSelectedIndex(); -private slots: - void cursorUp(); - void cursorDown(); - -private: - VymModel *model; -}; - -#endif -