Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Sieve Editor
Commits
99469835
Commit
99469835
authored
Oct 13, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Astyle kdelibs
parent
512c97b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
3 deletions
+1
-3
serversievesettingsdialog.cpp
serversievesettingsdialog.cpp
+0
-1
sieveeditormainwindow.cpp
sieveeditormainwindow.cpp
+0
-1
sieveeditorpagewidget.cpp
sieveeditorpagewidget.cpp
+1
-1
No files found.
serversievesettingsdialog.cpp
View file @
99469835
...
...
@@ -75,7 +75,6 @@ void ServerSieveSettingsDialog::writeConfig()
group
.
sync
();
}
void
ServerSieveSettingsDialog
::
slotEnableButtonOk
(
bool
b
)
{
mOkButton
->
setEnabled
(
b
);
...
...
sieveeditormainwindow.cpp
View file @
99469835
...
...
@@ -228,7 +228,6 @@ void SieveEditorMainWindow::setupActions()
mDebugSieveScriptAction
->
setText
(
i18n
(
"Debug Sieve Script..."
));
ac
->
setDefaultShortcut
(
mDebugSieveScriptAction
,
QKeySequence
(
Qt
::
CTRL
+
Qt
::
Key_D
));
mWrapTextAction
=
new
QAction
(
i18n
(
"Wordwarp"
),
this
);
mWrapTextAction
->
setCheckable
(
true
);
ac
->
addAction
(
QStringLiteral
(
"wordwrap"
),
mWrapTextAction
);
...
...
sieveeditorpagewidget.cpp
View file @
99469835
...
...
@@ -61,7 +61,7 @@ void SieveEditorPageWidget::slotCheckSyntaxClicked()
connect
(
job
,
&
KManageSieve
::
SieveJob
::
errorMessage
,
this
,
&
SieveEditorPageWidget
::
slotPutResultDebug
);
}
void
SieveEditorPageWidget
::
slotPutResultDebug
(
KManageSieve
::
SieveJob
*
,
bool
success
,
const
QString
&
errorMsg
)
void
SieveEditorPageWidget
::
slotPutResultDebug
(
KManageSieve
::
SieveJob
*
,
bool
success
,
const
QString
&
errorMsg
)
{
if
(
success
)
{
mSieveEditorWidget
->
addOkMessage
(
i18n
(
"No errors found."
));
...
...
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