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
6717db92
Commit
6717db92
authored
Feb 13, 2022
by
Laurent Montel
Browse files
Add comment
parent
9cdca36d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerconfigureplugins/openurlwith/openurlwithconfigurewidget.cpp
View file @
6717db92
...
...
@@ -74,6 +74,7 @@ void OpenUrlWithConfigureWidget::slotAddRule()
auto
item
=
new
QTreeWidgetItem
(
mTreeWidget
);
item
->
setText
(
0
,
info
.
url
);
item
->
setText
(
1
,
info
.
command
);
// TODO verify if info is duplicate or not.
}
}
delete
dlg
;
...
...
@@ -93,6 +94,7 @@ void OpenUrlWithConfigureWidget::slotEditRule()
if
(
info
.
isValid
())
{
item
->
setText
(
0
,
info
.
url
);
item
->
setText
(
1
,
info
.
command
);
// TODO verify if info is duplicate or not.
}
}
delete
dlg
;
...
...
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