projects
/
sven
/
vym.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Import Debian changes 2.6.11-3
[sven/vym.git]
/
heading.h
1
#ifndef HEADING_H
2
#define HEADING_H
3
4
#include "vymtext.h"
5
6
/*! \brief The heading belonging to one OrnamentedObj */
7
8
9
class Heading:public VymText
10
{
11
public:
12
void operator= (const VymText &other);
13
QString saveToDir();
14
};
15
#endif