]> git.sven.stormbind.net Git - sven/vym.git/blob - src/export-firefox.h
New upstream version 2.9.22
[sven/vym.git] / src / 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