exports.h
changeset 807 f9f7922989d8
parent 791 f1006de05c54
child 819 8f987e376035
     1.1 --- a/exports.h	Tue Nov 17 08:24:59 2009 +0000
     1.2 +++ b/exports.h	Wed Nov 25 10:58:21 2009 +0000
     1.3 @@ -41,6 +41,15 @@
     1.4  };
     1.5  
     1.6  ///////////////////////////////////////////////////////////////////////
     1.7 +class ExportAO:public ExportBase
     1.8 +{
     1.9 +public:
    1.10 +	ExportAO();
    1.11 +	virtual void doExport();
    1.12 +	virtual QString underline (const QString &text, const QString &line);
    1.13 +};
    1.14 +
    1.15 +///////////////////////////////////////////////////////////////////////
    1.16  class ExportASCII:public ExportBase
    1.17  {
    1.18  public: