]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - src/heading.h
New upstream version 2.9.22
[sven/vym.git] / src / heading.h
diff --git a/src/heading.h b/src/heading.h
new file mode 100644 (file)
index 0000000..f5acba6
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef HEADING_H
+#define HEADING_H
+
+#include "vymtext.h"
+
+/*! \brief The heading belonging to one OrnamentedObj */
+
+class Heading : public VymText {
+  public:
+    void operator=(const VymText &other);
+    QString saveToDir();
+};
+#endif