1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
---|---|
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #include "compileoutputpane.h" |
6 | #include "common/common.h" |
7 | |
8 | CompileOutputPane::CompileOutputPane(QWidget *parent) |
9 | : OutputPane(parent) |
10 | { |
11 | } |
12 | |
13 | // Add more future here when you need. |
14 |