added watching channel

This commit is contained in:
fourtf
2018-04-20 19:54:45 +02:00
parent e17a7cc222
commit a16a2b0579
14 changed files with 128 additions and 45 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ void WindowManager::save()
for (widgets::Split *cell : cells) {
QJsonObject cell_obj;
cell_obj.insert("channelName", cell->getChannel()->name);
cell_obj.insert("channelName", cell->getChannel().get()->name);
cells_arr.append(cell_obj);
}