Move TextLabel into its own file

This commit is contained in:
Konstantinos Sideris 2018-09-26 15:17:14 +03:00
parent 9bc7b6305e
commit c64a1bf759
6 changed files with 143 additions and 111 deletions

View file

@ -22,11 +22,11 @@
#include "MainWindow.h"
#include "TopRoomBar.h"
#include "Utils.h"
#include "timeline/TimelineItem.h"
#include "ui/Avatar.h"
#include "ui/FlatButton.h"
#include "ui/Menu.h"
#include "ui/OverlayModal.h"
#include "ui/TextLabel.h"
TopRoomBar::TopRoomBar(QWidget *parent)
: QWidget(parent)