15 lines
223 B
C++
15 lines
223 B
C++
//SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
|
|
//
|
|
//SPDX-License-Identifier: GPL-3.0-or-later
|
|
#ifndef QUERY_H
|
|
#define QUERY_H
|
|
|
|
#include <QStringList>
|
|
|
|
namespace Tools {
|
|
|
|
|
|
}
|
|
|
|
#endif // QUERY_H
|