2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Show large photos in web pages with IV.

This commit is contained in:
John Preston
2018-10-31 14:11:01 +04:00
parent 8850d974a2
commit 5aa2e66d02
6 changed files with 57 additions and 63 deletions

View File

@@ -17,6 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
class HistoryItem;
class BoxContent;
struct WebPageCollage;
enum class WebPageType;
namespace HistoryView {
struct Group;
@@ -302,7 +303,7 @@ public:
const TextWithEntities &content);
not_null<WebPageData*> webpage(
WebPageId id,
const QString &type,
WebPageType type,
const QString &url,
const QString &displayUrl,
const QString &siteName,
@@ -484,7 +485,7 @@ private:
const MTPDwebPage &data);
void webpageApplyFields(
not_null<WebPageData*> page,
const QString &type,
WebPageType type,
const QString &url,
const QString &displayUrl,
const QString &siteName,