mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
xcode build support started
This commit is contained in:
@@ -44,7 +44,8 @@ public:
|
||||
bool animStep(float64 ms);
|
||||
void enableShadow(bool enable = true);
|
||||
|
||||
void hideAll();
|
||||
void startAnim();
|
||||
void stopAnim();
|
||||
void showAll();
|
||||
void showSelected(uint32 selCount);
|
||||
|
||||
@@ -73,6 +74,8 @@ private:
|
||||
uint32 _selCount;
|
||||
QString _selStr;
|
||||
int32 _selStrWidth;
|
||||
|
||||
bool _animating;
|
||||
|
||||
FlatButton _clearSelection;
|
||||
FlatButton _forward, _delete;
|
||||
|
Reference in New Issue
Block a user