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
+1 -1
View File
@@ -37,7 +37,7 @@ ChatWidgetHeader::ChatWidgetHeader(ChatWidget *_chatWidget)
this->leftLabel.getLabel().setTextFormat(Qt::RichText);
this->leftLabel.getLabel().setText("<img src=':/images/tool_moreCollapser_off16.png' />");
connect(&this->leftLabel, &ChatWidgetHeaderButton::clicked, this,
connect(&this->leftLabel, &RippleEffectLabel::clicked, this,
&ChatWidgetHeader::leftButtonClicked);
this->leftMenu.addAction("Add new split", this->chatWidget, &ChatWidget::doAddSplit,