mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Move MediaView from MainWindow to Messenger.
This commit is contained in:
@@ -115,8 +115,6 @@ public:
|
||||
|
||||
void sendPaths();
|
||||
|
||||
void changingMsgId(HistoryItem *row, MsgId newId) override;
|
||||
|
||||
QImage iconWithCounter(int size, int count, style::color bg, style::color fg, bool smallIcon) override;
|
||||
|
||||
bool contentOverlapped(const QRect &globalRect);
|
||||
@@ -138,7 +136,6 @@ public:
|
||||
void ui_showMediaPreview(DocumentData *document);
|
||||
void ui_showMediaPreview(PhotoData *photo);
|
||||
void ui_hideMediaPreview();
|
||||
PeerData *ui_getPeerForMouseAction() override;
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject *o, QEvent *e) override;
|
||||
|
Reference in New Issue
Block a user