qa: Remove lots of superfluous semicolons
[quassel.git] / src / qtui / titlesetter.cpp
index 02fa6ec..731b913 100644 (file)
@@ -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);
     QModelIndex currentTopicIndex = selectionModel()->currentIndex().sibling(selectionModel()->currentIndex().row(), 0);
     if (changedArea.contains(currentTopicIndex))
         changeWindowTitle(currentTopicIndex);
-};
+}
+
 
 void TitleSetter::changeWindowTitle(const QModelIndex &index)
 {
 
 void TitleSetter::changeWindowTitle(const QModelIndex &index)
 {