Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE PIM Add-ons
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
KDE PIM Add-ons
Commits
fc04f0e4
Commit
fc04f0e4
authored
May 25, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove debug
parent
68ae4d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
sieveeditor/regexeditorlineedit/regexpeditorlineedit.cpp
sieveeditor/regexeditorlineedit/regexpeditorlineedit.cpp
+0
-1
No files found.
sieveeditor/regexeditorlineedit/regexpeditorlineedit.cpp
View file @
fc04f0e4
...
...
@@ -71,7 +71,6 @@ void RegexpEditorLineEdit::slotOpenRegexpEditor()
{
QString
error
;
QDialog
*
editorDialog
=
KServiceTypeTrader
::
createInstanceFromQuery
<
QDialog
>
(
QStringLiteral
(
"KRegExpEditor/KRegExpEditor"
),
this
,
this
,
{},
{},
&
error
);
qDebug
()
<<
"error "
<<
error
;
qDebug
()
<<
" editorDialog"
<<
editorDialog
;
if
(
editorDialog
)
{
KRegExpEditorInterface
*
iface
=
qobject_cast
<
KRegExpEditorInterface
*>
(
editorDialog
);
...
...
Write
Preview
Markdown
is supported
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