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
KMail
Commits
3b295336
Commit
3b295336
authored
Aug 29, 2022
by
Laurent Montel
Browse files
Not necessary to define as slots
parent
1a48bcfd
Pipeline
#224725
passed with stage
in 5 minutes and 15 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailfilteragent/mailfilteragent.h
View file @
3b295336
...
...
@@ -51,7 +51,7 @@ public:
protected:
void
itemAdded
(
const
Akonadi
::
Item
&
item
,
const
Akonadi
::
Collection
&
collection
)
override
;
private
Q_SLOTS
:
private:
void
initializeCollections
();
void
initialCollectionFetchingDone
(
KJob
*
);
void
mailCollectionAdded
(
const
Akonadi
::
Collection
&
collection
,
const
Akonadi
::
Collection
&
parent
);
...
...
src/configuredialog/configurecomposerpage.h
View file @
3b295336
...
...
@@ -152,14 +152,12 @@ public:
void
save
()
override
;
private
Q_SLOTS
:
private:
void
slotMimeHeaderSelectionChanged
();
void
slotMimeHeaderNameChanged
(
const
QString
&
);
void
slotMimeHeaderValueChanged
(
const
QString
&
);
void
slotNewMimeHeader
();
void
slotRemoveMimeHeader
();
private:
void
doLoadOther
()
override
;
void
doResetToDefaultsOther
()
override
;
...
...
src/configuredialog/configuresecuritypage.h
View file @
3b295336
...
...
@@ -109,10 +109,8 @@ public:
void
save
()
override
;
private
Q_SLOTS
:
void
slotUpdateHTTPActions
();
private:
void
slotUpdateHTTPActions
();
void
doLoadOther
()
override
;
private:
...
...
src/identity/xfaceconfigurator.h
View file @
3b295336
...
...
@@ -52,7 +52,7 @@ private:
void
crunch
(
const
QImage
&
image
);
Q_REQUIRED_RESULT
bool
pngquant
(
const
QImage
&
image
);
private
Q_SLOTS
:
private:
void
modeChanged
(
int
);
void
compressFace
(
const
QImage
&
);
...
...
@@ -63,7 +63,6 @@ private Q_SLOTS:
void
pngquantFinished
(
int
,
QProcess
::
ExitStatus
);
private:
std
::
unique_ptr
<
Ui
::
XFaceConfigurator
>
mUi
;
QProcess
*
const
mPngquantProc
;
};
...
...
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