chore: switch tray items to listview #734
Open
Annotations
4 warnings
panels/dock/tray/trayitempositionmanager.cpp#L28
Member variable 'TrayItemPositionManager::m_dockHeight' is not initialized in the constructor.
|
panels/dock/tray/trayitempositionmanager.cpp#L33
When an object of a class is created, the constructors of all member variables are called consecutively in the order the variables are declared, even if you don't explicitly write them to the initialization list. You could avoid assigning 'm_itemVisualSize' a value by passing the value to the constructor in the initialization list.
|
panels/dock/tray/traysortordermodel.cpp#L298
The function 'setSurfaceVisible' is never used.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading