mirror of https://github.com/linuxdeepin/dtkcore
parent
b9cf2a22be
commit
c6484af1c2
|
@ -4,6 +4,8 @@
|
|||
|
||||
#include <DLog>
|
||||
#include <QCoreApplication>
|
||||
#include <QTimer>
|
||||
|
||||
DCORE_USE_NAMESPACE
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#ifndef LOGMANAGER_H
|
||||
#define LOGMANAGER_H
|
||||
|
||||
#include <QtCore>
|
||||
#include <QScopedPointer>
|
||||
|
||||
#include "dtkcore_global.h"
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
//
|
||||
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||||
|
||||
#include <QtCore>
|
||||
#include "LogManager.h"
|
||||
#include <Logger.h>
|
||||
#include <ConsoleAppender.h>
|
||||
|
|
Loading…
Reference in New Issue