DlgTrackInfo/LeftRight: Conditionally enable/disable btnNext and btnPrev #56
build.yml
on: push
Matrix: build
Update manifest file on download server
30s
Annotations
28 errors
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L82
conversion from ‘qreal’ {aka ‘double’} to ‘int’ may change value [-Werror=float-conversion]
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L95
‘QShortcut’ was not declared in this scope; did you mean ‘grabShortcut’?
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L95
‘nextShortcut’ was not declared in this scope; did you mean ‘grabShortcut’?
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L95
expected type-specifier before ‘QShortcut’
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L96
‘prevShortcut’ was not declared in this scope; did you mean ‘grabShortcut’?
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L96
expected type-specifier before ‘QShortcut’
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L99
‘QShortcut’ is not a class, namespace, or enumeration
|
Ubuntu 22.04:
src/library/dlgtrackinfo.cpp#L103
‘QShortcut’ is not a class, namespace, or enumeration
|
Ubuntu 22.04
Process completed with exit code 2.
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L95
use of undefined type 'QShortcut'
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L96
use of undefined type 'QShortcut'
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L99
use of undefined type 'QShortcut'
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L99
'activated': undeclared identifier
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L103
use of undefined type 'QShortcut'
|
Windows 2019 (MSVC):
src/library/dlgtrackinfo.cpp#L103
'activated': undeclared identifier
|
Windows 2019 (MSVC)
Process completed with exit code 1.
|
macOS 11 x64:
src/library/dlgtrackinfo.cpp#L82
implicit conversion turns floating-point number into integer: 'double' to 'const int' [-Werror,-Wfloat-conversion]
|
macOS 11 x64:
src/library/dlgtrackinfo.cpp#L95
allocation of incomplete type 'QShortcut'
|
macOS 11 x64:
src/library/dlgtrackinfo.cpp#L96
allocation of incomplete type 'QShortcut'
|
macOS 11 x64:
src/library/dlgtrackinfo.cpp#L99
incomplete type 'QShortcut' named in nested name specifier
|
macOS 11 x64:
src/library/dlgtrackinfo.cpp#L103
incomplete type 'QShortcut' named in nested name specifier
|
macOS 11 x64
Process completed with exit code 1.
|
macOS 11 arm64:
src/library/dlgtrackinfo.cpp#L82
implicit conversion turns floating-point number into integer: 'double' to 'const int' [-Werror,-Wfloat-conversion]
|
macOS 11 arm64:
src/library/dlgtrackinfo.cpp#L95
allocation of incomplete type 'QShortcut'
|
macOS 11 arm64:
src/library/dlgtrackinfo.cpp#L96
allocation of incomplete type 'QShortcut'
|
macOS 11 arm64:
src/library/dlgtrackinfo.cpp#L99
incomplete type 'QShortcut' named in nested name specifier
|
macOS 11 arm64:
src/library/dlgtrackinfo.cpp#L103
incomplete type 'QShortcut' named in nested name specifier
|
macOS 11 arm64
Process completed with exit code 1.
|