Remove the v2 namespace from the http client

This commit is contained in:
Konstantinos Sideris 2018-07-15 19:09:08 +03:00
parent e6b45263bc
commit 33490eddab
19 changed files with 171 additions and 179 deletions

View file

@ -18,13 +18,11 @@ Q_DECLARE_METATYPE(std::vector<std::string>)
Q_DECLARE_METATYPE(std::vector<QString>)
namespace http {
namespace v2 {
mtx::http::Client *
client();
bool
is_logged_in();
}
//! Initialize the http module
void