|
@@ -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());
|
|
|
}
|