summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/libarchivewrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/libarchivewrapper.h')
-rw-r--r--src/libs/installer/libarchivewrapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libs/installer/libarchivewrapper.h b/src/libs/installer/libarchivewrapper.h
index c638d10dc..f5262f9a7 100644
--- a/src/libs/installer/libarchivewrapper.h
+++ b/src/libs/installer/libarchivewrapper.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2021 The Qt Company Ltd.
+** Copyright (C) 2022 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -31,10 +31,11 @@
#include "installer_global.h"
#include "abstractarchive.h"
-#include "libarchivewrapper_p.h"
namespace QInstaller {
+class LibArchiveWrapperPrivate;
+
class INSTALLER_EXPORT LibArchiveWrapper : public AbstractArchive
{
Q_OBJECT