Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
df6790e4
Commit
df6790e4
authored
Oct 11, 2021
by
Laurent Montel
😁
Browse files
prepare to use HistorySwitchFolderManager
parent
3d1f0f18
Pipeline
#87791
passed with stage
in 24 minutes and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
df6790e4
...
@@ -136,6 +136,7 @@
...
@@ -136,6 +136,7 @@
#include <PimCommon/LogActivitiesManager>
#include <PimCommon/LogActivitiesManager>
#include "historyswitchfoldermanager.h"
#include "kmail_debug.h"
#include "kmail_debug.h"
// KF5 includes
// KF5 includes
#include <KAcceleratorManager>
#include <KAcceleratorManager>
...
@@ -204,6 +205,7 @@ KMMainWidget::KMMainWidget(QWidget *parent, KXMLGUIClient *aGUIClient, KActionCo
...
@@ -204,6 +205,7 @@ KMMainWidget::KMMainWidget(QWidget *parent, KXMLGUIClient *aGUIClient, KActionCo
:
QWidget
(
parent
)
:
QWidget
(
parent
)
,
mLaunchExternalComponent
(
new
KMLaunchExternalComponent
(
this
,
this
))
,
mLaunchExternalComponent
(
new
KMLaunchExternalComponent
(
this
,
this
))
,
mManageShowCollectionProperties
(
new
ManageShowCollectionProperties
(
this
,
this
))
,
mManageShowCollectionProperties
(
new
ManageShowCollectionProperties
(
this
,
this
))
,
mHistorySwitchFolderManager
(
new
HistorySwitchFolderManager
(
this
))
{
{
// must be the first line of the constructor:
// must be the first line of the constructor:
mStartupDone
=
false
;
mStartupDone
=
false
;
...
...
src/kmmainwidget.h
View file @
df6790e4
...
@@ -91,6 +91,7 @@ class MailFilter;
...
@@ -91,6 +91,7 @@ class MailFilter;
}
}
class
QStatusBar
;
class
QStatusBar
;
class
KMailPluginCheckBeforeDeletingManagerInterface
;
class
KMailPluginCheckBeforeDeletingManagerInterface
;
class
HistorySwitchFolderManager
;
class
KMAIL_EXPORT
KMMainWidget
:
public
QWidget
class
KMAIL_EXPORT
KMMainWidget
:
public
QWidget
{
{
Q_OBJECT
Q_OBJECT
...
@@ -656,5 +657,6 @@ private:
...
@@ -656,5 +657,6 @@ private:
KUserFeedback
::
NotificationPopup
*
mUserFeedBackNotificationPopup
=
nullptr
;
KUserFeedback
::
NotificationPopup
*
mUserFeedBackNotificationPopup
=
nullptr
;
#endif
#endif
KMailPluginCheckBeforeDeletingManagerInterface
*
mPluginCheckBeforeDeletingManagerInterface
=
nullptr
;
KMailPluginCheckBeforeDeletingManagerInterface
*
mPluginCheckBeforeDeletingManagerInterface
=
nullptr
;
HistorySwitchFolderManager
*
const
mHistorySwitchFolderManager
;
};
};
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