Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
libksieve
Commits
9247b212
Commit
9247b212
authored
Jun 06, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix coding style
parent
bd4c171b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp
...utocreatescripts/sieveactions/sieveactiondeleteheader.cpp
+0
-1
src/ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp
...tocreatescripts/sieveconditions/sieveconditionaddress.cpp
+0
-1
No files found.
src/ksieveui/autocreatescripts/sieveactions/sieveactiondeleteheader.cpp
View file @
9247b212
...
...
@@ -139,7 +139,6 @@ QUrl SieveActionDeleteHeader::href() const
return
SieveEditorUtil
::
helpUrl
(
SieveEditorUtil
::
strToVariableName
(
name
()));
}
QStringList
SieveActionDeleteHeader
::
needRequires
(
QWidget
*
w
)
const
{
const
SelectMatchTypeComboBox
*
combo
=
w
->
findChild
<
SelectMatchTypeComboBox
*>
(
QStringLiteral
(
"matchtype"
));
...
...
src/ksieveui/autocreatescripts/sieveconditions/sieveconditionaddress.cpp
View file @
9247b212
...
...
@@ -66,7 +66,6 @@ QWidget *SieveConditionAddress::createParamWidget(QWidget *parent) const
QLabel
*
lab
=
new
QLabel
(
i18n
(
"address:"
));
grid
->
addWidget
(
lab
,
1
,
0
);
AbstractRegexpEditorLineEdit
*
edit
=
AutoCreateScriptUtil
::
createRegexpEditorLineEdit
();
connect
(
edit
,
&
AbstractRegexpEditorLineEdit
::
textChanged
,
this
,
&
SieveConditionAddress
::
valueChanged
);
connect
(
selectMatchCombobox
,
&
SelectMatchTypeComboBox
::
switchToRegexp
,
edit
,
&
AbstractRegexpEditorLineEdit
::
switchToRegexpEditorLineEdit
);
...
...
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