]> git.sven.stormbind.net Git - sven/vym.git/blob - src/headingeditor.h
Replace Pierre as the maintainer
[sven/vym.git] / src / headingeditor.h
1 #ifndef HEADINGEDITOR_H
2 #define HEADINGEDITOR_H
3
4 #include "texteditor.h"
5
6 class HeadingEditor : public TextEditor {
7     Q_OBJECT
8   public:
9     HeadingEditor(QString scope);
10     ~HeadingEditor();
11 };
12
13 #endif