소스 검색

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

Apple 5 달 전
부모
커밋
003ba37dab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());
 }