1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
---|---|
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #include "optionlspgenerator.h" |
6 | #include "managerlsptabwidget.h" |
7 | |
8 | OptionLspGenerator::OptionLspGenerator() |
9 | { |
10 | |
11 | } |
12 | |
13 | QWidget *OptionLspGenerator::optionWidget() |
14 | { |
15 | return new ManagerLspTabWidget; |
16 | } |
17 |