X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.cpp;h=731b9131f3baf582e74637abd2d1c00de249cd05;hp=31385a0ea56e0438a998997223aaf2779683f880;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/qtui/titlesetter.cpp b/src/qtui/titlesetter.cpp index 31385a0e..731b9131 100644 --- a/src/qtui/titlesetter.cpp +++ b/src/qtui/titlesetter.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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) {