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

top bar search icon added

This commit is contained in:
John Preston
2016-03-17 12:23:38 +03:00
parent b9616bdf75
commit ddc802c0af
6 changed files with 38 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ public slots:
void onDeleteContactSure();
void onDeleteAndExit();
void onDeleteAndExitSure();
void onSearch();
signals:
@@ -105,6 +106,8 @@ private:
FlatButton _edit, _leaveGroup, _addContact, _deleteContact;
FlatButton _mediaType;
IconedButton _search;
PlainShadow _sideShadow;
};