修复日志错误问题
This commit is contained in:
parent
4d9740fe7c
commit
a23a5cba7a
@ -29,7 +29,7 @@ void xsteam_update_ui::load_about()
|
||||
QFuture<void> future = QtConcurrent::run([=]()
|
||||
{
|
||||
xsteam_curl* _curl=new xsteam_curl();
|
||||
auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.log",NULL);
|
||||
auto log=_curl->get_steam_id_info("https://git.axibug.com/JackLee/XSteam/raw/branch/vcpkg/update.xlog",NULL);
|
||||
if(log.size()>0)
|
||||
{
|
||||
info->setText(QString::fromStdString(log));
|
||||
|
1
update.xlog
Normal file
1
update.xlog
Normal file
@ -0,0 +1 @@
|
||||
##更新日志
|
Loading…
Reference in New Issue
Block a user