X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-ascii.h;fp=src%2Fexport-ascii.h;h=20860dfccf58bbb32328cce94749fe3d7e3db98e;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/export-ascii.h b/src/export-ascii.h new file mode 100644 index 0000000..20860df --- /dev/null +++ b/src/export-ascii.h @@ -0,0 +1,13 @@ +#ifndef EXPORT_ASCII_H +#define EXPORT_ASCII_H + +#include "export-base.h" + +class ExportASCII : public ExportBase { + public: + ExportASCII(); + virtual void doExport(); + virtual QString underline(const QString &text, const QString &line); +}; + +#endif