Store generated UI by pointer to avoid redundant processing

This commit is contained in:
Andrei Kortunov 2023-12-24 14:10:27 +04:00
parent 51b05647e2
commit 1ca2a0ef66
4 changed files with 81 additions and 42 deletions

View file

@ -139,7 +139,6 @@ set (OPENCS_RES ${CMAKE_SOURCE_DIR}/files/opencs/resources.qrc
)
set (OPENCS_UI
${CMAKE_SOURCE_DIR}/components/contentselector/contentselector.ui
${CMAKE_CURRENT_SOURCE_DIR}/ui/filedialog.ui
)