mirror of https://github.com/procxx/kepka.git
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop
This commit is contained in:
commit
08e283bc91
|
@ -110,7 +110,7 @@ public:
|
||||||
|
|
||||||
class StackItemHistory : public StackItem {
|
class StackItemHistory : public StackItem {
|
||||||
public:
|
public:
|
||||||
StackItemHistory(PeerData *peer, int32 lastWidth, int32 lastScrollTop, QList<MsgId> replyReturns) : StackItem(peer), lastWidth(lastWidth), lastScrollTop(lastScrollTop), replyReturns(replyReturns) {
|
StackItemHistory(PeerData *peer, int32 lastWidth, int32 lastScrollTop, QList<MsgId> replyReturns) : StackItem(peer), replyReturns(replyReturns), lastWidth(lastWidth), lastScrollTop(lastScrollTop) {
|
||||||
}
|
}
|
||||||
StackItemType type() const {
|
StackItemType type() const {
|
||||||
return HistoryStackItem;
|
return HistoryStackItem;
|
||||||
|
|
Loading…
Reference in New Issue