Remove the v2 namespace from the http client
This commit is contained in:
parent
e6b45263bc
commit
33490eddab
19 changed files with 171 additions and 179 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue