Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KMail
Commits
6755aa5c
Commit
6755aa5c
authored
Oct 12, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
const'ify + add parent here
parent
93ae6fe3
Pipeline
#37409
failed with stage
in 76 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/dialog/archivefolderdialog.h
src/dialog/archivefolderdialog.h
+1
-1
src/dialog/kmknotify.cpp
src/dialog/kmknotify.cpp
+1
-1
No files found.
src/dialog/archivefolderdialog.h
View file @
6755aa5c
...
...
@@ -40,7 +40,7 @@ private:
Q_REQUIRED_RESULT
bool
allowToDeleteFolders
(
const
Akonadi
::
Collection
&
folder
)
const
;
Q_REQUIRED_RESULT
QString
standardArchivePath
(
const
QString
&
folderName
);
QWidget
*
mParentWidget
=
nullptr
;
QWidget
*
const
mParentWidget
;
QCheckBox
*
mDeleteCheckBox
=
nullptr
;
QCheckBox
*
mRecursiveCheckBox
=
nullptr
;
MailCommon
::
FolderRequester
*
mFolderRequester
=
nullptr
;
...
...
src/dialog/kmknotify.cpp
View file @
6755aa5c
...
...
@@ -34,7 +34,7 @@ KMKnotify::KMKnotify(QWidget *parent)
mainLayout
->
addWidget
(
m_notifyWidget
);
m_comboNotify
->
setFocus
();
mainLayout
->
addWidget
(
new
KSeparator
);
mainLayout
->
addWidget
(
new
KSeparator
(
this
)
);
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Ok
|
QDialogButtonBox
::
Cancel
,
this
);
QPushButton
*
okButton
=
buttonBox
->
button
(
QDialogButtonBox
::
Ok
);
...
...
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