Add AttributePage, RadioButton, ComboBox #241
Open
Annotations
2 errors and 10 warnings
|
Install Qt6
WARNING: The directory '/github/home/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
|
|
Install Qt6
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.
|
|
Compile:
src/ui/main_window.cpp#L357
ignoring return value of 'virtual bool QFile::open(QIODeviceBase::OpenMode)', declared with attribute 'nodiscard' [-Wunused-result]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L214
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L200
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L199
'void QCheckBox::stateChanged(int)' is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L186
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L172
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L153
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/event/event_command_base_widget.cpp#L42
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/common/operand_widget.cpp#L180
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
|
Compile:
src/ui/common/operand_widget.cpp#L174
implicit capture of 'this' via '[=]' is deprecated in C++20 [-Wdeprecated]
|
Loading