Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Data Exporter
Commits
ff254297
Commit
ff254297
authored
May 01, 2022
by
Laurent Montel
😁
Browse files
Fix some compile warnings
parent
77ab9619
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/akregator/importakregatorjobinterfacetestimpl.cpp
View file @
ff254297
...
...
@@ -20,12 +20,16 @@ ImportAkregatorJobInterfaceTestImpl::~ImportAkregatorJobInterfaceTestImpl()
Akonadi
::
Collection
::
Id
ImportAkregatorJobInterfaceTestImpl
::
convertFolderPathToCollectionId
(
const
QString
&
path
)
{
Q_UNUSED
(
path
);
Q_UNREACHABLE
();
return
-
1
;
}
QString
ImportAkregatorJobInterfaceTestImpl
::
adaptNewResourceUrl
(
bool
overwriteResources
,
const
KSharedConfig
::
Ptr
&
resourceConfig
,
const
QString
&
storePath
)
{
Q_UNUSED
(
overwriteResources
);
Q_UNUSED
(
resourceConfig
);
Q_UNUSED
(
storePath
);
Q_UNREACHABLE
();
return
{};
}
Write
Preview
Supports
Markdown
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