Skip to content

Commit 5fe17d9

Browse files
committed
[fmt]
1 parent 635b411 commit 5fe17d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/library/rhythmbox/rhythmboxfeature.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,9 @@ TreeItem* RhythmboxFeature::importPlaylists() {
250250
if (attr.value("type").toString() == "static") {
251251
QString playlist_name = attr.value("name").toString();
252252

253-
//Construct the childmodel
254-
//For Rhythmbox, the playlist name _is_ the unique identifier, so we're using it for both the label and data.
253+
// Construct the childmodel
254+
// For Rhythmbox, the playlist name _is_ the unique identifier,
255+
// so we're using it for both the label and data.
255256
rootItem->appendChild(playlist_name, playlist_name);
256257

257258
//Execute SQL statement

0 commit comments

Comments
 (0)