mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
files overview redesign done
This commit is contained in:
@@ -1235,6 +1235,16 @@ class DocumentOpenLink : public DocumentLink {
|
||||
public:
|
||||
DocumentOpenLink(DocumentData *document) : DocumentLink(document) {
|
||||
}
|
||||
static void doOpen(DocumentData *document, int32 openOnSave = 1);
|
||||
void onClick(Qt::MouseButton button) const;
|
||||
};
|
||||
|
||||
class GifOpenLink : public DocumentOpenLink {
|
||||
TEXT_LINK_CLASS(GifOpenLink)
|
||||
|
||||
public:
|
||||
GifOpenLink(DocumentData *document) : DocumentOpenLink(document) {
|
||||
}
|
||||
static void doOpen(DocumentData *document);
|
||||
void onClick(Qt::MouseButton button) const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user