Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
0c629f46
Commit
0c629f46
authored
Mar 07, 2020
by
Alexander Stippich
Browse files
try to fix test
parent
374f754f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mediaplaylist.cpp
View file @
0c629f46
...
...
@@ -295,6 +295,10 @@ bool MediaPlayList::moveRows(const QModelIndex &sourceParent, int sourceRow, int
void
MediaPlayList
::
enqueueRestoredEntries
(
const
QVariantList
&
newEntries
)
{
if
(
newEntries
.
isEmpty
())
{
return
;
}
beginInsertRows
(
QModelIndex
(),
d
->
mData
.
size
(),
d
->
mData
.
size
()
+
newEntries
.
size
()
-
1
);
for
(
auto
&
oneData
:
newEntries
)
{
auto
trackData
=
oneData
.
toStringList
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment