feat: Web page screensaver #143
Annotations
4 warnings
cppcheck:
customscreensaver/deepin-web-screensaver/src/singleinstance.cpp#L17
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_userKey' a value by passing the value to the constructor in the initialization list.
|
cppcheck:
customscreensaver/deepin-web-screensaver/src/slideshowconfigdialog.h#L15
The one definition rule is violated, different classes/structs have the same name 'SlideShowConfigDialog'
|
cppcheck:
customscreensaver/deepin-web-screensaver/src/slideshowscreensaver.h#L13
The one definition rule is violated, different classes/structs have the same name 'SlideshowScreenSaver'
|
cppcheck
The following actions uses Node.js version which is deprecated 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/
|