mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Move some more code to lib_mtproto.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user