Group emoji and dialogs with namespaces
This commit is contained in:
parent
32c8340577
commit
eae069ad93
31 changed files with 200 additions and 179 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include "Image.h"
|
||||
#include "LoadingIndicator.h"
|
||||
|
||||
#include "emoji/EmojiPickButton.h"
|
||||
#include "emoji/PickButton.h"
|
||||
|
||||
namespace msgs = matrix::events::messages;
|
||||
|
||||
|
|
@ -107,5 +107,5 @@ private:
|
|||
|
||||
FlatButton *sendFileBtn_;
|
||||
FlatButton *sendMessageBtn_;
|
||||
EmojiPickButton *emojiBtn_;
|
||||
emoji::PickButton *emojiBtn_;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue