Move some more code to lib_mtproto.

This commit is contained in:
John Preston
2019-12-02 16:10:19 +03:00
parent 718de09aa6
commit 91f50e8bdc
51 changed files with 792 additions and 752 deletions
@@ -10,7 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/qthelp_url.h"
namespace MTP {
namespace internal {
namespace details {
namespace {
constexpr auto kForceHttpPort = 80;
@@ -246,5 +246,5 @@ QUrl HttpConnection::url() const {
return QUrl(pattern.arg(_address).arg(kForceHttpPort));
}
} // namespace internal
} // namespace details
} // namespace MTP