mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Don't refresh text events until application is initialized (before signals are connected)
This commit is contained in:
parent
dabcf1114e
commit
e0dceda2d2
5 changed files with 81 additions and 3 deletions
|
|
@ -37,8 +37,10 @@ find_package(Qt${QT_VERSION_MAJOR}
|
|||
|
||||
set(SRC_EXE_MAIN source/scwx/qt/main/main.cpp)
|
||||
|
||||
set(HDR_MAIN source/scwx/qt/main/main_window.hpp)
|
||||
set(SRC_MAIN source/scwx/qt/main/main_window.cpp)
|
||||
set(HDR_MAIN source/scwx/qt/main/application.hpp
|
||||
source/scwx/qt/main/main_window.hpp)
|
||||
set(SRC_MAIN source/scwx/qt/main/application.cpp
|
||||
source/scwx/qt/main/main_window.cpp)
|
||||
set(UI_MAIN source/scwx/qt/main/main_window.ui)
|
||||
set(HDR_CONFIG source/scwx/qt/config/county_database.hpp
|
||||
source/scwx/qt/config/radar_site.hpp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue