lib_ui/ui/style
Nicholas Guriev 4c165ea446 Remove explicitly defined copy operator for style::internal::Font
It was equivalent of default copy operator generated by compiler itself.
Removing this copy operation, we do not change behavior of the code but
resolve the -Wdeprecated-copy warning from GCC.
2020-01-21 12:32:06 +03:00
..
style_core.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core.h Initial commit. 2019-09-17 17:48:58 +03:00
style_core_color.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core_color.h Initial commit. 2019-09-17 17:48:58 +03:00
style_core_direction.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core_direction.h Initial commit. 2019-09-17 17:48:58 +03:00
style_core_font.cpp Don't load linux.qrc when DESKTOP_APP_USE_PACKAGED is defined 2020-01-17 17:46:45 +03:00
style_core_font.h Remove explicitly defined copy operator for style::internal::Font 2020-01-21 12:32:06 +03:00
style_core_icon.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core_icon.h Initial commit. 2019-09-17 17:48:58 +03:00
style_core_scale.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core_scale.h Allow scales below 100. 2019-10-03 10:28:52 +03:00
style_core_types.cpp Initial commit. 2019-09-17 17:48:58 +03:00
style_core_types.h Initial commit. 2019-09-17 17:48:58 +03:00