Skip to content

Commit 7332d91

Browse files
committed
Add comments
1 parent 9ffb7de commit 7332d91

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Src/Database/Database.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
#include "plugin_export.h"
1010

1111
class CParameterDatabase;
12+
13+
/*!
14+
* \chinese 提供打开数据库和初始化数据库接口
15+
* \english Provide interfaces for opening and initializing the database
16+
*
17+
* \~
18+
* \ingroup APP_API PLUGIN_API
19+
*/
1220
class PLUGIN_EXPORT CDatabase : public QObject
1321
{
1422
Q_OBJECT

0 commit comments

Comments
 (0)