]> git.sven.stormbind.net Git - sven/vym.git/blob - export-firefox.h
f3ae3dbaac510bc481326f68024878b4102f5eac
[sven/vym.git] / export-firefox.h
1 #ifndef EXPORT_FIREFOX_H
2 #define EXPORT_FIREFOX_H
3
4 #include "export-base.h"
5
6 class ExportFirefox : public ExportBase {
7   public:
8     ExportFirefox();
9     QJsonObject buildList(BranchItem *bi);
10     void doExport();
11 };
12
13 #endif