X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fexport-firefox.h;fp=src%2Fexport-firefox.h;h=f3ae3dbaac510bc481326f68024878b4102f5eac;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/export-firefox.h b/src/export-firefox.h new file mode 100644 index 0000000..f3ae3db --- /dev/null +++ b/src/export-firefox.h @@ -0,0 +1,13 @@ +#ifndef EXPORT_FIREFOX_H +#define EXPORT_FIREFOX_H + +#include "export-base.h" + +class ExportFirefox : public ExportBase { + public: + ExportFirefox(); + QJsonObject buildList(BranchItem *bi); + void doExport(); +}; + +#endif