]> git.sven.stormbind.net Git - sven/vym.git/blob - src/export-ao.h
New upstream release. Upstream commit 8f4e86ca61801ca8a759baa9c6ffb3441b8e8291
[sven/vym.git] / src / export-ao.h
1 #ifndef EXPORT_AO_H
2 #define EXPORT_AO_H
3
4 #include "export-base.h"
5
6 class ExportAO : public ExportBase {
7   public:
8     ExportAO();
9     virtual void doExport();
10     virtual QString underline(const QString &text, const QString &line);
11 };
12
13 #endif