From 5ac536d5b37be7bfd6f9cf5db62aa83a174ff602 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期三, 06 九月 2023 22:48:27 +0800
Subject: [PATCH] 0906 export

---
 internal_system_v1/coverinfo.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/internal_system_v1/coverinfo.h b/internal_system_v1/coverinfo.h
index 214fcb4..a6f5a75 100644
--- a/internal_system_v1/coverinfo.h
+++ b/internal_system_v1/coverinfo.h
@@ -17,8 +17,13 @@
     explicit CoverInfo(QWidget *parent = 0);
     ~CoverInfo();
     void readInfo();
+    void readDataFromSQL();
+private slots:
+    void on_comboBox_currentIndexChanged(const QString &arg1);
+
 private:
     Ui::CoverInfo *ui;
+    QMap<QString,int> m_com;
 };
 
 #endif // COVERINFO_H

--
Gitblit v1.8.0