summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/loggingutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/loggingutils.h')
-rw-r--r--src/libs/installer/loggingutils.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/libs/installer/loggingutils.h b/src/libs/installer/loggingutils.h
index 06f0400f8..246871fb6 100644
--- a/src/libs/installer/loggingutils.h
+++ b/src/libs/installer/loggingutils.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.
@@ -29,12 +29,18 @@
#ifndef LOGGINGUTILS_H
#define LOGGINGUTILS_H
-#include "component.h"
+#include "qinstallerglobal.h"
+#include "localpackagehub.h"
#include <QObject>
+#include <QIODevice>
+#include <QTextStream>
+#include <QBuffer>
namespace QInstaller {
+class Component;
+
class INSTALLER_EXPORT LoggingHandler
{
Q_DISABLE_COPY(LoggingHandler)