2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

links done in new documents design

This commit is contained in:
John Preston
2015-12-11 10:44:53 +03:00
parent 6d74140e39
commit 92c31324b0
5 changed files with 63 additions and 58 deletions

View File

@@ -1417,7 +1417,7 @@ public:
private:
DocumentData *_data;
TextLinkPtr _openl, _savel, _cancell;
TextLinkPtr _openl, _savel, _thumbsavel, _cancell;
int32 _namew;
QString _name;
@@ -1428,8 +1428,8 @@ private:
// 0x7FFFFFF0 will contain status for not yet downloaded file
// 0x7FFFFFF1 will contain status for already downloaded file
// 0x7FFFFFF2 will contain status for failed to download / upload file
mutable int32 _statusSize;
mutable QString _statusText;
mutable int32 _statusSize, _linkw;
mutable QString _statusText, _link;
void setStatusSize(int32 newSize, qint64 realDuration = 0) const;
bool updateStatusText(const HistoryItem *parent) const; // returns showPause