Skip to content

Commit

Permalink
Fix: 2023-01-03
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Jan 3, 2023
1 parent 9ef26b5 commit 2f98332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build_msvc_win64_qt6.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set VSVARS_PATH="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
set QMAKE_PATH="C:\Qt\6.2.3\msvc2019_64\bin\qmake.exe"
set QMAKE_PATH="C:\Qt\6.2.4\msvc2019_64\bin\qmake.exe"
set SEVENZIP_PATH="C:\Program Files\7-Zip\7z.exe"
set INNOSETUP_PATH="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"

Expand Down
1 change: 1 addition & 0 deletions gui_source/guimainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GuiMainWindow::GuiMainWindow(QWidget *pParent) : QMainWindow(pParent), ui(new Ui
XHexViewOptionsWidget::setDefaultValues(&g_xOptions);
XDisasmViewOptionsWidget::setDefaultValues(&g_xOptions);
XOnlineToolsOptionsWidget::setDefaultValues(&g_xOptions);
XInfoDBOptionsWidget::setDefaultValues(&g_xOptions);

g_xOptions.load();

Expand Down

0 comments on commit 2f98332

Please sign in to comment.