Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-client-windows
Commits
80baff6e
Commit
80baff6e
authored
May 07, 2015
by
Edric Milaret
Browse files
windows : bump LRC api changes
Refs #70829 Change-Id: I01e5164135fe4edfff369bdbe0b5cc51a8bb2400
parent
031c305c
Changes
2
Hide whitespace changes
Inline
Side-by-side
minimalhistorybackend.cpp
View file @
80baff6e
...
...
@@ -241,10 +241,9 @@ MinimalHistoryBackend::reload()
return
false
;
}
CollectionInterface
::
SupportedFeatures
MinimalHistoryBackend
::
supportedFeatures
()
const
FlagPack
<
CollectionInterface
::
SupportedFeatures
>
MinimalHistoryBackend
::
supportedFeatures
()
const
{
return
(
CollectionInterface
::
SupportedFeatures
)
(
return
(
CollectionInterface
::
SupportedFeatures
::
NONE
|
CollectionInterface
::
SupportedFeatures
::
LOAD
|
CollectionInterface
::
SupportedFeatures
::
CLEAR
|
...
...
minimalhistorybackend.h
View file @
80baff6e
...
...
@@ -41,7 +41,7 @@ public:
virtual
QVariant
icon
()
const
override
;
virtual
bool
isEnabled
()
const
override
;
virtual
QByteArray
id
()
const
override
;
virtual
SupportedFeatures
supportedFeatures
()
const
override
;
virtual
FlagPack
<
CollectionInterface
::
SupportedFeatures
>
supportedFeatures
()
const
override
;
private:
CollectionMediator
<
Call
>*
m_pMediator
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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