mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
aeee98b3a1
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. |
||
---|---|---|
.. | ||
AlbumCoverVisualizationWidget.cpp | ||
AlbumCoverVisualizationWidget.h | ||
BarsVisualizationWidget.cpp | ||
BarsVisualizationWidget.h | ||
CMakeLists.txt | ||
M3UParser.cpp | ||
M3UParser.h | ||
main.cpp | ||
PlaybackManager.cpp | ||
PlaybackManager.h | ||
Player.cpp | ||
Player.h | ||
Playlist.cpp | ||
Playlist.h | ||
PlaylistWidget.cpp | ||
PlaylistWidget.h | ||
SampleWidget.cpp | ||
SampleWidget.h | ||
SoundPlayerWidget.cpp | ||
SoundPlayerWidget.h | ||
VisualizationWidget.h |