]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - src/export-ao.h
New upstream version 2.9.22
[sven/vym.git] / src / export-ao.h
diff --git a/src/export-ao.h b/src/export-ao.h
new file mode 100644 (file)
index 0000000..37f8d0f
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef EXPORT_AO_H
+#define EXPORT_AO_H
+
+#include "export-base.h"
+
+class ExportAO : public ExportBase {
+  public:
+    ExportAO();
+    virtual void doExport();
+    virtual QString underline(const QString &text, const QString &line);
+};
+
+#endif