Explorar el Código

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

Apple hace 1 mes
padre
commit
003ba37dab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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());
 }