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
Utilities
KDebugSettings
Commits
dd4909a8
Commit
dd4909a8
authored
Dec 28, 2020
by
Laurent Montel
😁
Browse files
Minor optimization
parent
930f27d6
Pipeline
#45517
passed with stage
in 9 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/groupmanagementwidget.cpp
View file @
dd4909a8
...
...
@@ -68,6 +68,7 @@ void GroupManagementWidget::slotCustomContextMenu()
}
else
{
item
->
setText
(
newNameTrimmed
);
item
->
setData
(
FullPathRole
,
newFullPath
);
Q_EMIT
groupsChanged
();
}
}
});
...
...
@@ -82,9 +83,9 @@ void GroupManagementWidget::slotCustomContextMenu()
}
delete
item
;
}
Q_EMIT
groupsChanged
();
});
menu
.
exec
(
QCursor
::
pos
());
Q_EMIT
groupsChanged
();
}
}
...
...
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