serenity/Userland/Applications/SoundPlayer
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
AlbumCoverVisualizationWidget.cpp
AlbumCoverVisualizationWidget.h
BarsVisualizationWidget.cpp
BarsVisualizationWidget.h
CMakeLists.txt SoundPlayer: Rename main widget to SoundPlayerWidget 2023-07-19 19:37:27 +01:00
M3UParser.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
M3UParser.h
main.cpp Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
PlaybackManager.cpp
PlaybackManager.h
Player.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
Player.h
Playlist.cpp
Playlist.h
PlaylistWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
PlaylistWidget.h SoundPlayer: Use an enum for PlaylistModel columns 2023-07-19 19:37:27 +01:00
SampleWidget.cpp
SampleWidget.h
SoundPlayerWidget.cpp Userland: Compare event MIME type list with a StringView 2023-09-29 14:40:21 +01:00
SoundPlayerWidget.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
VisualizationWidget.h