refactor: assign appgroup data keep synced #885
Merged
Annotations
10 warnings
|
applets/dde-apps/appgroupmanager.cpp#L148
Unused variable: page
|
|
applets/dde-apps/appgroupmanager.cpp#L148
Unused variable: idx
|
|
applets/dde-apps/itemspage.cpp#L80
Parameter 'items' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/itemspage.cpp#L110
Parameter 'id' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/itemspage.cpp#L129
Parameter 'id' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/itemspage.cpp#L179
Parameter 'id' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
|
|
applets/dde-apps/itemspage.cpp#L261
Consider using std::accumulate algorithm instead of a raw loop.
|
|
applets/dde-apps/itemspage.cpp#L242
The function 'allArrangedItems' is never used.
|
|
applets/dde-apps/itemspage.cpp#L71
The function 'appendEmptyPage' is never used.
|
|
applets/dde-apps/itemspage.cpp#L55
The function 'firstNItems' is never used.
|
The logs for this run have expired and are no longer available.
Loading