aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2023-08-03 17:23:33 +0200
committerConfuSomu2023-08-03 17:23:33 +0200
commitbf73a19e11e5cccd22f58a5c97e1346dab5587c8 (patch)
tree64654503131a2eb77c5e9cbf25478330e8ce261b /src/mainwindow.h
parent1500681405804b932761db7a0182d498894ad81c (diff)
downloadActorViewer-bf73a19e11e5cccd22f58a5c97e1346dab5587c8.tar
ActorViewer-bf73a19e11e5cccd22f58a5c97e1346dab5587c8.tar.gz
ActorViewer-bf73a19e11e5cccd22f58a5c97e1346dab5587c8.zip
Create an Archive base class
This class is inherited by MastodonArchive to provide Mastodon (and compatible) archive reading support. A base Archive class allows implementing reading support of other archive formats that are from other services.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 162e6bf..fced119 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -6,7 +6,7 @@
#include <QFutureWatcher>
#include <variant>
-#include "archive_parser.h"
+#include "archive/base_archive.h"
#include "types.h"
#include "command_line.h"
#include "finddialog.h"