X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-ao.h;fp=src%2Fexport-ao.h;h=37f8d0f09bea4f31a802543d145188aaeea4b06e;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/export-ao.h b/src/export-ao.h new file mode 100644 index 0000000..37f8d0f --- /dev/null +++ b/src/export-ao.h @@ -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