X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-ascii.h;h=083ec89f816e0f6917bdeeaea1c49bfc4e769796;hb=HEAD;hp=20860dfccf58bbb32328cce94749fe3d7e3db98e;hpb=91d5bdcaff9c6ccbf8a4e2154bfda353e382d057;p=sven%2Fvym.git diff --git a/src/export-ascii.h b/src/export-ascii.h index 20860df..083ec89 100644 --- a/src/export-ascii.h +++ b/src/export-ascii.h @@ -7,7 +7,9 @@ class ExportASCII : public ExportBase { public: ExportASCII(); virtual void doExport(); - virtual QString underline(const QString &text, const QString &line); + QString underline(const QString &text, const QString &line); + QString ensureEmptyLines(QString &text, int n); + QString ensureNewLine(QString &text); }; #endif