Kaynağa Gözat

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

Apple 1 ay önce
ebeveyn
işleme
003ba37dab
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
 {
-    SPDLOG_INFO("actionID: {}, strMemo: {}", actionID, strMemo.toStdString());
+    SPDLOG_INFO("回调函数: actionID: {}, strMemo: {}", actionID, strMemo.toStdString());
 }