X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=headingeditor.h;fp=headingeditor.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=3ed197586b7928fd6e517fe03d90e9ab780a66af;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/headingeditor.h b/headingeditor.h deleted file mode 100644 index 3ed1975..0000000 --- a/headingeditor.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef HEADINGEDITOR_H -#define HEADINGEDITOR_H - -#include "texteditor.h" - -class HeadingEditor : public TextEditor { - Q_OBJECT -public: - HeadingEditor(QString scope); - ~HeadingEditor(); - -}; - -#endif