Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
Dolphin
Commits
61a4ae4d
Commit
61a4ae4d
authored
Feb 14, 2021
by
Méven Car
Browse files
Remove a missing emit KEYWORD
NO_CHANGELOG
parent
39f5f1b5
Pipeline
#50950
passed with stage
in 7 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/panels/places/placesitemmodel.cpp
View file @
61a4ae4d
...
...
@@ -475,7 +475,7 @@ void PlacesItemModel::slotStorageTearDownDone(Solid::ErrorType error, const QVar
}
}
else
{
// No error; it must have been unmounted successfully
emit
storageTearDownSuccessful
();
Q_EMIT
storageTearDownSuccessful
();
}
disconnect
(
m_deviceToTearDown
,
&
Solid
::
StorageAccess
::
teardownDone
,
this
,
&
PlacesItemModel
::
slotStorageTearDownDone
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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