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
PIM MailCommon
Commits
5a25245a
Commit
5a25245a
authored
Aug 01, 2021
by
Laurent Montel
😁
Browse files
Remove unused variable
parent
069d16f3
Pipeline
#72875
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/collectionpage/collectiongeneralpage.cpp
View file @
5a25245a
...
...
@@ -57,8 +57,6 @@ void CollectionGeneralPage::init(const Akonadi::Collection &collection)
mIsLocalSystemFolder
=
CommonKernel
->
isSystemFolderCollection
(
collection
)
||
Kernel
::
folderIsInbox
(
collection
);
mIsResourceFolder
=
(
collection
.
parentCollection
()
==
Akonadi
::
Collection
::
root
());
QLabel
*
label
=
nullptr
;
auto
topLayout
=
new
QVBoxLayout
(
this
);
mCollectionGeneralWidget
=
new
CollectionGeneralWidget
(
this
);
...
...
Write
Preview
Supports
Markdown
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