Исправлен дизайн

pull/55/head
Igor Belitskiy 3 years ago
parent 4a1713ce69
commit 84275f37f2

@ -13,7 +13,7 @@ find_package(ICU REQUIRED COMPONENTS uc dt in io)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always \ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -pedantic -Wall -Wextra -Werror -Wmissing-declarations -fdiagnostics-color=always \
-O2 -pipe -fno-plt -fexceptions \ -O2 -pipe -fno-plt -fexceptions \
-Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \ -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
-fstack-clash-protection -fcf-protection -g") -fstack-clash-protection -fcf-protection")
set(SOURCE_FILES set(SOURCE_FILES
ubl-util-standard.h ubl-util-standard.h

@ -64,7 +64,7 @@ void MainWindow::settings(){
builder->get_widget("boxSave",boxSave); builder->get_widget("boxSave",boxSave);
ubl_make_plugs(boxButton,boxSave, socket_ext_id_I, socket_trd_id_I); ubl_make_plugs(boxSave,boxButton, socket_ext_id_I, socket_trd_id_I);
year=0, month=0, day=0; year=0, month=0, day=0;
this->get_builder(); this->get_builder();
this->lacalization(); this->lacalization();

Loading…
Cancel
Save