Jelajahi Sumber

V1.2.3
1、添加了回调函数

Apple 2 bulan lalu
induk
melakukan
003ba37dab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      show1/widget.cpp

+ 1 - 1
show1/widget.cpp

@@ -137,5 +137,5 @@ void Widget::on_pBtn_light_dark_clicked()
 /* 回调函数 */
 /* 回调函数 */
 void Widget::trackCallBack(int actionID, QString strMemo)
 void Widget::trackCallBack(int actionID, QString strMemo)
 {
 {
-    SPDLOG_INFO("actionID: {}, strMemo: {}", actionID, strMemo.toStdString());
+    SPDLOG_INFO("回调函数: actionID: {}, strMemo: {}", actionID, strMemo.toStdString());
 }
 }