]> git.sven.stormbind.net Git - sven/vym.git/blob - headingeditor.h
bd6dfd2ac1d511f20ed2d6297ec585eba5d28957
[sven/vym.git] / 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