changed some filenames and stuff like that

This commit is contained in:
fourtf
2017-09-16 16:20:10 +02:00
parent c7b3480aaf
commit a4995201f5
18 changed files with 46 additions and 41 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
#include "signallabel.hpp"
#include "widgets/basewidget.hpp"
#include "widgets/chatwidgetheaderbutton.hpp"
#include "widgets/rippleeffectlabel.hpp"
#include <QAction>
#include <QHBoxLayout>
@@ -46,14 +46,14 @@ private:
QHBoxLayout hbox;
// top left
ChatWidgetHeaderButton leftLabel;
RippleEffectLabel leftLabel;
QMenu leftMenu;
// center
SignalLabel channelNameLabel;
// top right
ChatWidgetHeaderButton rightLabel;
RippleEffectLabel rightLabel;
QMenu rightMenu;
void leftButtonClicked();