1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +00:00

SoundPlayer: Rename main widget to SoundPlayerWidget

This is the main widget, and is never replaced by something else, so
having "AdvancedView" in there is a bit confusing.
This commit is contained in:
Sam Atkins 2023-07-19 14:33:06 +01:00 committed by Sam Atkins
parent fae350be3f
commit d00f489cdc
4 changed files with 31 additions and 31 deletions

View file

@ -14,7 +14,7 @@ set(SOURCES
Playlist.cpp
PlaylistWidget.cpp
SampleWidget.cpp
SoundPlayerWidgetAdvancedView.cpp
SoundPlayerWidget.cpp
main.cpp
)