Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-client-windows
Commits
16f997dd
Commit
16f997dd
authored
Aug 04, 2015
by
Edric Milaret
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contact: adapt to LRC API changes
Issue: #78236 Change-Id: I1bcaa39c5d143234a2560912737bdcbb6ad2ed8d
parent
0b9a5581
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
windowscontactbackend.cpp
windowscontactbackend.cpp
+1
-1
windowscontactbackend.h
windowscontactbackend.h
+1
-1
No files found.
windowscontactbackend.cpp
View file @
16f997dd
...
...
@@ -109,7 +109,7 @@ WindowsContactEditor::edit(Person *item)
}
bool
WindowsContactEditor
::
addNew
(
const
Person
*
item
)
WindowsContactEditor
::
addNew
(
Person
*
item
)
{
QDomDocument
doc
;
QFile
file
(
QStandardPaths
::
writableLocation
...
...
windowscontactbackend.h
View file @
16f997dd
...
...
@@ -66,7 +66,7 @@ public:
virtual
bool
save
(
const
Person
*
item
)
override
;
virtual
bool
remove
(
const
Person
*
item
)
override
;
virtual
bool
edit
(
Person
*
item
)
override
;
virtual
bool
addNew
(
const
Person
*
item
)
override
;
virtual
bool
addNew
(
Person
*
item
)
override
;
virtual
bool
addExisting
(
const
Person
*
item
)
override
;
private:
...
...
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