]> git.sven.stormbind.net Git - sven/vym.git/blobdiff - src/export-firefox.h
New upstream version 2.9.22
[sven/vym.git] / src / export-firefox.h
diff --git a/src/export-firefox.h b/src/export-firefox.h
new file mode 100644 (file)
index 0000000..f3ae3db
--- /dev/null
@@ -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