X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fvymmodel.h;fp=src%2Fvymmodel.h;h=9df6c72598e030c5e9296493b376369486a47b68;hb=ab564585e1096b76cb929d7acc32cba6367669e4;hp=c6d05efd2b614cca8d66559f1e13907d593d3d2d;hpb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;p=sven%2Fvym.git diff --git a/src/vymmodel.h b/src/vymmodel.h index c6d05ef..9df6c72 100644 --- a/src/vymmodel.h +++ b/src/vymmodel.h @@ -602,6 +602,12 @@ class VymModel : public TreeModel { /*! Export as OpenOfficeOrg presentation */ void exportImpress(const QString &, const QString &); + /*! Export agent might set export last command AFTER export + * e.g. CreateConfluencePage might turn into UpdateConfluencePage */ + void setExportLastCommand(const QString &cmd); + void setExportLastDescription(const QString &desc); + void setExportLastDestination(const QString &displayedDest); + /*! Returns if Export in recently used format is possible*/ bool exportLastAvailable(QString &description, QString &command, QString &dest);