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
K
KDE Pim
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
0
Merge Requests
0
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
Unmaintained
KDE Pim
Commits
6c5f464a
Commit
6c5f464a
authored
Jun 15, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Not necessary to store pointer
parent
29f02933
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
kmail/src/collectionpage/collectionmaintenancepage.cpp
kmail/src/collectionpage/collectionmaintenancepage.cpp
+1
-1
kmail/src/collectionpage/collectionmaintenancepage.h
kmail/src/collectionpage/collectionmaintenancepage.h
+1
-2
No files found.
kmail/src/collectionpage/collectionmaintenancepage.cpp
View file @
6c5f464a
...
...
@@ -89,7 +89,7 @@ void CollectionMaintenancePage::init(const Akonadi::Collection &col)
box
->
addRow
(
new
QLabel
(
i18n
(
"Unread messages:"
),
messagesGroup
),
mCollectionUnread
);
topLayout
->
addWidget
(
messagesGroup
);
indexingGroupBox
=
new
QGroupBox
(
i18n
(
"Indexing"
),
this
);
QGroupBox
*
indexingGroupBox
=
new
QGroupBox
(
i18n
(
"Indexing"
),
this
);
QVBoxLayout
*
indexingLayout
=
new
QVBoxLayout
(
indexingGroupBox
);
mIndexingEnabled
=
new
QCheckBox
(
i18n
(
"Enable Full Text Indexing"
));
indexingLayout
->
addWidget
(
mIndexingEnabled
);
...
...
kmail/src/collectionpage/collectionmaintenancepage.h
View file @
6c5f464a
...
...
@@ -25,7 +25,6 @@
class
QCheckBox
;
class
QLabel
;
class
QPushButton
;
class
QGroupBox
;
namespace
Akonadi
{
class
CollectionStatistics
;
...
...
@@ -60,7 +59,7 @@ private:
QCheckBox
*
mIndexingEnabled
;
QLabel
*
mLastIndexed
;
QPushButton
*
mReindexCollection
;
Q
GroupBox
*
indexingGroupBox
;
Q
Label
*
mIndexedInfo
;
};
AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY
(
CollectionMaintenancePageFactory
,
CollectionMaintenancePage
)
...
...
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