mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
Add a maximum number of forward/backward time steps that can be queued
This commit is contained in:
parent
3537a233ca
commit
97693fdace
4 changed files with 133 additions and 4 deletions
|
|
@ -372,6 +372,7 @@ set(HDR_UTIL source/scwx/qt/util/color.hpp
|
|||
source/scwx/qt/util/q_color_modulate.hpp
|
||||
source/scwx/qt/util/q_file_buffer.hpp
|
||||
source/scwx/qt/util/q_file_input_stream.hpp
|
||||
source/scwx/qt/util/queue_counter.hpp
|
||||
source/scwx/qt/util/time.hpp
|
||||
source/scwx/qt/util/tooltip.hpp)
|
||||
set(SRC_UTIL source/scwx/qt/util/color.cpp
|
||||
|
|
@ -385,6 +386,7 @@ set(SRC_UTIL source/scwx/qt/util/color.cpp
|
|||
source/scwx/qt/util/q_color_modulate.cpp
|
||||
source/scwx/qt/util/q_file_buffer.cpp
|
||||
source/scwx/qt/util/q_file_input_stream.cpp
|
||||
source/scwx/qt/util/queue_counter.cpp
|
||||
source/scwx/qt/util/time.cpp
|
||||
source/scwx/qt/util/tooltip.cpp)
|
||||
set(HDR_VIEW source/scwx/qt/view/level2_product_view.hpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue