1 | // SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd. |
---|---|
2 | // |
3 | // SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #include "stylelspcmake.h" |
6 | |
7 | StyleLspCmake::StyleLspCmake(TextEdit *parent) |
8 | : StyleLsp (parent) |
9 | { |
10 | |
11 | } |
12 | |
13 | |
14 |