made channels shared_pointers

This commit is contained in:
fourtf
2017-01-30 19:14:25 +01:00
parent 23c2bf03d6
commit 1d1c98ecdb
9 changed files with 90 additions and 42 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ namespace widgets {
ChatWidget::ChatWidget(QWidget *parent)
: QWidget(parent)
, channel(NULL)
, channel(Channels::getEmpty())
, channelName(QString())
, vbox(this)
, header(this)