Skip to content

Commit

Permalink
chore: update files of project
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent d7216fc commit 7040721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
build-test:
name: Build
runs-on: windows-2019
runs-on: windows-2022
strategy:
matrix:
target: [desktop]
Expand Down
2 changes: 1 addition & 1 deletion src/easydebug/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
int main(int argc, char* argv[])
{
#ifndef QT_DEBUG
qInstallMessageHandler(SAKLog::messageOutput);
//qInstallMessageHandler(SAKLog::messageOutput);
#endif

// Initialize some information about application.
Expand Down

0 comments on commit 7040721

Please sign in to comment.