rewrote window saveing/serialization system

fixes #212
This commit is contained in:
fourtf
2018-04-06 23:31:34 +02:00
parent 2ab571fe54
commit 69d9557505
19 changed files with 291 additions and 316 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ void SplitHeader::scaleChangedEvent(float scale)
void SplitHeader::updateChannelText()
{
const QString channelName = this->split->channelName;
const QString channelName = this->split->getChannel()->name;
if (channelName.isEmpty()) {
this->titleLabel->setText("<no channel>");
return;