mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Closed beta 10019013: Groups in common now are opened in a section.
This commit is contained in:
@@ -244,7 +244,7 @@ private:
|
||||
|
||||
class Voice : public RadialProgressItem {
|
||||
public:
|
||||
Voice(DocumentData *voice, HistoryItem *parent);
|
||||
Voice(DocumentData *voice, HistoryItem *parent, const style::OverviewFileLayout &st);
|
||||
|
||||
void initDimensions() override;
|
||||
void paint(Painter &p, const QRect &clip, TextSelection selection, const PaintContext *context) override;
|
||||
@@ -269,6 +269,8 @@ private:
|
||||
StatusText _status;
|
||||
ClickHandlerPtr _namel;
|
||||
|
||||
const style::OverviewFileLayout &_st;
|
||||
|
||||
Text _name, _details;
|
||||
int _nameVersion;
|
||||
|
||||
|
Reference in New Issue
Block a user