]> git.sven.stormbind.net Git - sven/vym.git/blob - src/heading.cpp
Replace Pierre as the maintainer
[sven/vym.git] / src / heading.cpp
1 #include "heading.h"
2 #include "misc.h"
3
4 #include <QDebug>
5 #include <QRegExp>
6
7 /////////////////////////////////////////////////////////////////
8 // Heading
9 /////////////////////////////////////////////////////////////////
10
11 void Heading::operator=(const VymText &other) { copy(other); }
12
13 QString Heading::saveToDir()
14 {
15     return singleElement("heading", getAttributes());
16 }