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
KMailTransport
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
0
Merge Requests
0
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
KMailTransport
Commits
b1a40d9d
Commit
b1a40d9d
authored
Sep 08, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use parent directly
parent
4bf8f6bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
src/kmailtransport/tests/transportmgr.cpp
src/kmailtransport/tests/transportmgr.cpp
+1
-2
src/kmailtransportakonadi/tests/queuer.cpp
src/kmailtransportakonadi/tests/queuer.cpp
+1
-2
No files found.
src/kmailtransport/tests/transportmgr.cpp
View file @
b1a40d9d
...
...
@@ -37,9 +37,8 @@ using namespace MailTransport;
TransportMgr
::
TransportMgr
()
:
mCurrentJob
(
nullptr
)
{
QVBoxLayout
*
vbox
=
new
QVBoxLayout
;
QVBoxLayout
*
vbox
=
new
QVBoxLayout
(
this
)
;
vbox
->
setMargin
(
0
);
setLayout
(
vbox
);
vbox
->
addWidget
(
new
TransportManagementWidget
(
this
));
mComboBox
=
new
TransportComboBox
(
this
);
...
...
src/kmailtransportakonadi/tests/queuer.cpp
View file @
b1a40d9d
...
...
@@ -48,9 +48,8 @@ MessageQueuer::MessageQueuer()
if
(
!
Akonadi
::
Control
::
start
())
{
qFatal
(
"Could not start Akonadi server."
);
}
QVBoxLayout
*
vbox
=
new
QVBoxLayout
;
QVBoxLayout
*
vbox
=
new
QVBoxLayout
(
this
)
;
vbox
->
setMargin
(
0
);
setLayout
(
vbox
);
mComboBox
=
new
TransportComboBox
(
this
);
mComboBox
->
setEditable
(
true
);
...
...
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