Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Calendar Support
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Calendar Support
Commits
8fa2c8f9
Commit
8fa2c8f9
authored
Feb 14, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor
parent
8a6b7b67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/archivedialog.cpp
src/archivedialog.cpp
+1
-1
src/attachmenthandler.cpp
src/attachmenthandler.cpp
+1
-1
No files found.
src/archivedialog.cpp
View file @
8fa2c8f9
...
...
@@ -60,7 +60,7 @@ ArchiveDialog::ArchiveDialog(const Akonadi::ETMCalendar::Ptr &cal,
{
setWindowTitle
(
i18nc
(
"@title:window"
,
"Archive/Delete Past Events and To-dos"
));
QVBoxLayout
*
mainLayout
=
new
QVBoxLayout
(
this
);
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Cancel
);
QDialogButtonBox
*
buttonBox
=
new
QDialogButtonBox
(
QDialogButtonBox
::
Cancel
,
this
);
mUser1Button
=
new
QPushButton
;
buttonBox
->
addButton
(
mUser1Button
,
QDialogButtonBox
::
ActionRole
);
connect
(
buttonBox
,
&
QDialogButtonBox
::
rejected
,
this
,
&
ArchiveDialog
::
reject
);
...
...
src/attachmenthandler.cpp
View file @
8fa2c8f9
...
...
@@ -64,8 +64,8 @@ class Q_DECL_HIDDEN AttachmentHandler::Private
{
public:
Private
(
QWidget
*
parent
)
:
mParent
(
parent
)
{
mParent
=
parent
;
}
QMap
<
KJob
*
,
ReceivedInfo
>
mJobToReceivedInfo
;
QPointer
<
QWidget
>
mParent
;
...
...
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