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
KDE PIM Runtime
Commits
b921e245
Commit
b921e245
authored
Sep 13, 2022
by
Laurent Montel
Browse files
Not necessary to use Q_SLOTS here
parent
6ca0a66b
Pipeline
#231298
failed with stage
in 18 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/mbox/compactpage.h
View file @
b921e245
...
...
@@ -19,7 +19,7 @@ class CompactPage : public QWidget
public:
explicit
CompactPage
(
const
QString
&
collectionId
,
QWidget
*
parent
=
nullptr
);
private
Q_SLOTS
:
private:
void
compact
();
void
onCollectionFetchCheck
(
KJob
*
);
void
onCollectionFetchCompact
(
KJob
*
);
...
...
resources/mbox/mboxresource.h
View file @
b921e245
...
...
@@ -40,11 +40,9 @@ protected:
Q_REQUIRED_RESULT
Akonadi
::
Collection
rootCollection
()
const
override
;
private
Q_SLOTS
:
private:
void
onCollectionFetch
(
KJob
*
job
);
void
onCollectionModify
(
KJob
*
job
);
private:
QHash
<
KJob
*
,
Akonadi
::
Item
>
mCurrentItemDeletions
;
KMBox
::
MBox
*
mMBox
=
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