派生自 development/c++

xuxiuxi
2019-02-28 83c9f4234c5a027ccbe25d759dede12f55165fc4
add models, daos and controllers for tables.
2个文件已修改
11 ■■■■■ 已修改文件
QiaoJiaSystem/VideoServer/QiaoJia/DB/LDBTool.h 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
QiaoJiaSystem/build/DataWebServer 补丁 | 查看 | 原始文档 | blame | 历史
QiaoJiaSystem/VideoServer/QiaoJia/DB/LDBTool.h
@@ -135,6 +135,17 @@
    QSqlTableModel *m_pModel;
    QMutex m_mutexVisit;
public:
    QSqlDatabase* get_m_db() {
        return &m_db;
    }
    QSqlTableModel* get_m_pModel() {
        return m_pModel;
    }
    QMutex* get_m_mutexVisit() {
        return &m_mutexVisit;
    }
};
#endif // LDBTOOL_H
QiaoJiaSystem/build/DataWebServer
Binary files differ