aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/processlauncher/launcherlogging.cpp
blob: 1716b0e662ac49697c1cda52e9096a3f428a3116 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0

#include "launcherlogging.h"

namespace Utils {
namespace Internal {
Q_LOGGING_CATEGORY(launcherLog, "qtc.utils.launcher", QtWarningMsg)
}
}