]> git.sven.stormbind.net Git - sven/vym.git/blob - headingeditor.h
Import Upstream version 2.6.11
[sven/vym.git] / headingeditor.h
1 #ifndef HEADINGEDITOR_H \r
2 #define HEADINGEDITOR_H\r
3 \r
4 #include "texteditor.h"\r
5 \r
6 class HeadingEditor :  public TextEditor {\r
7     Q_OBJECT\r
8 public:\r
9     HeadingEditor(QString scope);\r
10     ~HeadingEditor();\r
11 \r
12 };\r
13 \r
14 #endif\r