2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

xcode build support started

This commit is contained in:
John Preston
2014-06-14 23:32:11 +04:00
parent 30a07de8e7
commit cace79bc18
110 changed files with 17740 additions and 3535 deletions

View File

@@ -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;