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
Plasma
Plasma Add-ons
Commits
518ba82f
Verified
Commit
518ba82f
authored
Feb 11, 2021
by
Alexander Lohnau
💬
Browse files
Remove unused lamda capture parameter
parent
4c1aa258
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/quicklaunch/plugin/quicklaunch_p.cpp
View file @
518ba82f
...
...
@@ -204,7 +204,7 @@ void QuicklaunchPrivate::editLauncher(QUrl url, int index, bool isPopup)
Q_EMIT
launcherEdited
(
url
.
toString
(),
index
,
isPopup
);
});
connect
(
dialog
,
&
KPropertiesDialog
::
rejected
,
this
,
[
this
,
url
,
desktopFileCreated
]()
{
connect
(
dialog
,
&
KPropertiesDialog
::
rejected
,
this
,
[
url
,
desktopFileCreated
]()
{
if
(
desktopFileCreated
)
{
// User didn't save the data, delete the temporary desktop file.
QFile
::
remove
(
url
.
toLocalFile
());
...
...
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