getting rid of tons of warnings

This commit is contained in:
confuseh
2017-01-18 13:48:42 +00:00
parent 528f539fca
commit 5eb7349b57
13 changed files with 98 additions and 69 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
#define CHATWIDGETHEADER_H
#include "chatwidgetheaderbutton.h"
#include "signallabel.h"
#include <QAction>
#include <QHBoxLayout>
@@ -45,7 +46,7 @@ private:
QHBoxLayout hbox;
ChatWidgetHeaderButton leftLabel;
QLabel middleLabel;
SignalLabel middleLabel;
ChatWidgetHeaderButton rightLabel;
QMenu leftMenu;