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
PIM
KDE PIM Add-ons
Commits
7c20b127
Commit
7c20b127
authored
Sep 26, 2022
by
Laurent Montel
Browse files
Remove unused debug
parent
8be4c5d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmail/grammarplugins/grammarcommon/grammarresulttextedit.cpp
View file @
7c20b127
...
...
@@ -92,7 +92,6 @@ void GrammarResultTextEdit::contextMenuEvent(QContextMenuEvent *event)
if
(
!
sugg
.
isEmpty
())
{
popup
->
addSeparator
();
QMenu
*
popupReplacement
=
popup
->
addMenu
(
i18n
(
"Replacement"
));
qDebug
()
<<
" act "
<<
act
;
for
(
const
QString
&
str
:
sugg
)
{
QAction
*
actReplacement
=
popupReplacement
->
addAction
(
str
);
connect
(
actReplacement
,
&
QAction
::
triggered
,
this
,
[
this
,
act
,
str
]()
{
...
...
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