X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftitlesetter.cpp;h=731b9131f3baf582e74637abd2d1c00de249cd05;hb=7cf8b4e04ae10dd68d344444c49499d4f916394c;hp=02a8f956a70cbb6304d63c032d6704fc2439defb;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/qtui/titlesetter.cpp b/src/qtui/titlesetter.cpp index 02a8f956..731b9131 100644 --- a/src/qtui/titlesetter.cpp +++ b/src/qtui/titlesetter.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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) {