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
A
Akonadi Contacts
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
PIM
Akonadi Contacts
Commits
6ce0c99b
Commit
6ce0c99b
authored
Jul 27, 2015
by
Daniel Vrátil
🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove deprecated API from ItemSearchJob
parent
72f27277
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
akonadi-contact/src/contactgroupsearchjob.cpp
akonadi-contact/src/contactgroupsearchjob.cpp
+1
-1
akonadi-contact/src/contactsearchjob.cpp
akonadi-contact/src/contactsearchjob.cpp
+1
-1
No files found.
akonadi-contact/src/contactgroupsearchjob.cpp
View file @
6ce0c99b
...
...
@@ -34,7 +34,7 @@ public:
};
ContactGroupSearchJob
::
ContactGroupSearchJob
(
QObject
*
parent
)
:
ItemSearchJob
(
QString
(),
parent
)
:
ItemSearchJob
(
parent
)
,
d
(
new
Private
)
{
fetchScope
().
fetchFullPayload
();
...
...
akonadi-contact/src/contactsearchjob.cpp
View file @
6ce0c99b
...
...
@@ -33,7 +33,7 @@ public:
};
ContactSearchJob
::
ContactSearchJob
(
QObject
*
parent
)
:
ItemSearchJob
(
QString
(),
parent
)
:
ItemSearchJob
(
parent
)
,
d
(
new
Private
())
{
fetchScope
().
fetchFullPayload
();
...
...
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