From 0e814da91c8e041897a4c3f7e6e9234bbc7c6f7a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 17 Jul 2018 16:37:25 +0300 Subject: Move all files under src/ --- include/MatrixClient.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 include/MatrixClient.h (limited to 'include/MatrixClient.h') diff --git a/include/MatrixClient.h b/include/MatrixClient.h deleted file mode 100644 index 12bba889..00000000 --- a/include/MatrixClient.h +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once - -#include -#include - -#include -#include - -Q_DECLARE_METATYPE(mtx::responses::Login) -Q_DECLARE_METATYPE(mtx::responses::Messages) -Q_DECLARE_METATYPE(mtx::responses::Notifications) -Q_DECLARE_METATYPE(mtx::responses::Rooms) -Q_DECLARE_METATYPE(mtx::responses::Sync) -Q_DECLARE_METATYPE(mtx::responses::JoinedGroups) -Q_DECLARE_METATYPE(mtx::responses::GroupProfile) -Q_DECLARE_METATYPE(std::string) -Q_DECLARE_METATYPE(std::vector) -Q_DECLARE_METATYPE(std::vector) - -namespace http { -mtx::http::Client * -client(); - -bool -is_logged_in(); - -//! Initialize the http module -void -init(); -} -- cgit 1.5.1