Skip to content
Snippets Groups Projects
Commit 3d58a387 authored by akiraohgaki's avatar akiraohgaki
Browse files

Dummy return value

parent 7d6e78c1
Branches
Tags
No related merge requests found
......@@ -58,18 +58,22 @@ QJsonObject XdgUrl::_parse()
bool XdgUrl::_installPlasmapkg(const QString &path, const QString &type)
{
return true;
}
bool XdgUrl::_uncompressArchive(const QString &path, const QString &targetDir)
{
return true;
}
bool XdgUrl::_download()
{
return true;
}
bool XdgUrl::_install()
{
return true;
}
/**
......@@ -82,6 +86,7 @@ bool XdgUrl::_install()
bool XdgUrl::process()
{
return true;
}
} // namespace Handlers
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment