Add AttributePage, RadioButton, ComboBox - #241
Merged
Merged
Annotations
2 errors and 10 warnings
|
|
|
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
|
|
src/ui/main_window.cpp#L357
ignoring return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)', declared with attribute 'nodiscard' [-Wunused-result]
|
|
src/ui/event/event_command_base_widget.cpp#L214
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/event/event_command_base_widget.cpp#L200
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/event/event_command_base_widget.cpp#L199
'void QCheckBox::stateChanged(int)' is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
|
|
src/ui/event/event_command_base_widget.cpp#L186
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/event/event_command_base_widget.cpp#L172
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/event/event_command_base_widget.cpp#L153
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/event/event_command_base_widget.cpp#L42
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/common/operand_widget.cpp#L180
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
src/ui/common/operand_widget.cpp#L174
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
The logs for this run have expired and are no longer available.
Loading