Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kontact
Commits
9fdc0d63
Commit
9fdc0d63
authored
Jun 15, 2020
by
Laurent Montel
Browse files
Initialize value in header
parent
3ac90603
Pipeline
#23756
passed with stage
in 8 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
9fdc0d63
...
...
@@ -83,11 +83,6 @@ using namespace Kontact;
MainWindow
::
MainWindow
()
:
KontactInterface
::
Core
()
,
mSplitter
(
nullptr
)
,
mCurrentPlugin
(
nullptr
)
,
mAboutDialog
(
nullptr
)
,
mReallyClose
(
false
)
,
mSaveSideBarWidth
(
10
)
{
QDBusConnection
::
sessionBus
().
registerObject
(
QStringLiteral
(
"/KontactInterface"
),
this
,
QDBusConnection
::
ExportScriptableSlots
);
...
...
src/mainwindow.h
View file @
9fdc0d63
...
...
@@ -141,7 +141,7 @@ private:
AboutDialog
*
mAboutDialog
=
nullptr
;
bool
mReallyClose
=
false
;
int
mSaveSideBarWidth
=
0
;
int
mSaveSideBarWidth
=
1
0
;
QAction
*
mShowHideAction
=
nullptr
;
};
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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