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

added webvideo and article layouts for inline bots

This commit is contained in:
John Preston
2015-12-31 15:57:11 +08:00
parent 5830e0f657
commit 945d9b1883
7 changed files with 337 additions and 31 deletions

View File

@@ -430,6 +430,7 @@ private:
QString _inlineBotTitle;
uint64 _lastScrolled;
QTimer _updateInlineItems;
bool _inlineWithThumb;
typedef QVector<LayoutInlineItem*> InlineItems;
struct InlineRow {
@@ -617,6 +618,7 @@ private:
bool _horizontal;
void leaveToChildEvent(QEvent *e);
void hideAnimated();
void updateSelected();
void updateIcons();