X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.cpp;h=731b9131f3baf582e74637abd2d1c00de249cd05;hp=02fa6ec4186210586a9d9e16facd8340dbbc27ac;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=6acb434eb00e38f345d9d201151d295f27e786c9 diff --git a/src/qtui/titlesetter.cpp b/src/qtui/titlesetter.cpp index 02fa6ec4..731b9131 100644 --- a/src/qtui/titlesetter.cpp +++ b/src/qtui/titlesetter.cpp @@ -44,7 +44,8 @@ void TitleSetter::dataChanged(const QModelIndex &topLeft, const QModelIndex &bot QModelIndex currentTopicIndex = selectionModel()->currentIndex().sibling(selectionModel()->currentIndex().row(), 0); if (changedArea.contains(currentTopicIndex)) changeWindowTitle(currentTopicIndex); -}; +} + void TitleSetter::changeWindowTitle(const QModelIndex &index) {