From bf73a19e11e5cccd22f58a5c97e1346dab5587c8 Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Thu, 3 Aug 2023 17:23:33 +0200 Subject: 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. --- src/list_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list_item.h') diff --git a/src/list_item.h b/src/list_item.h index 4514903..d730551 100644 --- a/src/list_item.h +++ b/src/list_item.h @@ -1,7 +1,7 @@ #pragma once #include -#include "src/archive_parser.h" +#include "src/archive/base_archive.h" #include "types.h" class StatusListItem : public QListWidgetItem { -- cgit v1.2.3-54-g00ecf