1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 10:10:59 +00:00
serenity/Userland/Applications/SoundPlayer
Lenny Maiorani 160bda7228 Applications: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
..
BarsVisualizationWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
BarsVisualizationWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CMakeLists.txt SoundPlayer: Port to LibMain :^) 2021-12-04 15:07:18 -08:00
Common.h Userland: Resolve -Woverloaded-virtual in LibGUI and SoundPlayer 2022-01-04 07:51:31 +00:00
M3UParser.cpp SoundPlayer: Make M3UParser more idiomatic 2021-10-25 23:37:18 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp SoundPlayer: Sync startup loop and show playlist settings in GUI 2021-12-24 00:05:35 -08:00
NoVisualizationWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
NoVisualizationWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PlaybackManager.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
PlaybackManager.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Player.cpp SoundPlayer: Add 'mute' methods to Player 2021-12-24 00:19:01 -08:00
Player.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Playlist.cpp LibAudio: New error propagation API in Loader and Buffer 2021-11-28 13:33:51 -08:00
Playlist.h SoundPlayer: Implement playlist shuffle mode 2021-10-25 23:37:18 +02:00
PlaylistWidget.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
PlaylistWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
SampleWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
SampleWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
SoundPlayerWidgetAdvancedView.cpp LibGUI+SoundPlayer: Use 'decrease_slider_by_page_steps()' method 2021-12-30 14:31:50 +01:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Add 'mute' methods to Player 2021-12-24 00:19:01 -08:00
VisualizationWidget.h Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00