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
Unmaintained
KDE Pim
Commits
ff92e7b4
Commit
ff92e7b4
authored
Dec 02, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove space
parent
848f2bc8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sieveeditor/serversievesettings.cpp
sieveeditor/serversievesettings.cpp
+2
-2
No files found.
sieveeditor/serversievesettings.cpp
View file @
ff92e7b4
...
...
@@ -112,7 +112,7 @@ void ServerSieveSettings::slotUserServerNameChanged()
QString
ServerSieveSettings
::
serverName
()
const
{
return
ui
->
serverName
->
text
();
return
ui
->
serverName
->
text
()
.
trimmed
()
;
}
void
ServerSieveSettings
::
setServerName
(
const
QString
&
name
)
...
...
@@ -132,7 +132,7 @@ void ServerSieveSettings::setPort(int value)
QString
ServerSieveSettings
::
userName
()
const
{
return
ui
->
userName
->
text
();
return
ui
->
userName
->
text
()
.
trimmed
()
;
}
void
ServerSieveSettings
::
setUserName
(
const
QString
&
name
)
...
...
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