Skip to content
Snippets Groups Projects
Commit 80baff6e authored by Edric Milaret's avatar Edric Milaret
Browse files

windows : bump LRC api changes

Refs #70829

Change-Id: I01e5164135fe4edfff369bdbe0b5cc51a8bb2400
parent 031c305c
No related branches found
No related tags found
No related merge requests found
...@@ -241,10 +241,9 @@ MinimalHistoryBackend::reload() ...@@ -241,10 +241,9 @@ MinimalHistoryBackend::reload()
return false; return false;
} }
CollectionInterface::SupportedFeatures FlagPack<CollectionInterface::SupportedFeatures> MinimalHistoryBackend::supportedFeatures() const
MinimalHistoryBackend::supportedFeatures() const
{ {
return (CollectionInterface::SupportedFeatures) ( return (
CollectionInterface::SupportedFeatures::NONE | CollectionInterface::SupportedFeatures::NONE |
CollectionInterface::SupportedFeatures::LOAD | CollectionInterface::SupportedFeatures::LOAD |
CollectionInterface::SupportedFeatures::CLEAR | CollectionInterface::SupportedFeatures::CLEAR |
......
...@@ -41,7 +41,7 @@ public: ...@@ -41,7 +41,7 @@ public:
virtual QVariant icon () const override; virtual QVariant icon () const override;
virtual bool isEnabled() const override; virtual bool isEnabled() const override;
virtual QByteArray id () const override; virtual QByteArray id () const override;
virtual SupportedFeatures supportedFeatures() const override; virtual FlagPack<CollectionInterface::SupportedFeatures> supportedFeatures() const override;
private: private:
CollectionMediator<Call>* m_pMediator; CollectionMediator<Call>* m_pMediator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment