X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fselectionmodelsynchronizer.cpp;h=625ec3f3f699a4f92ba85a0d56923cd147601aa4;hp=01d74fe6d49c4fc862a25549ff31de315a948390;hb=4ae8f86c1ce452582d6fe576956c7c1bc1460adf;hpb=73696998505c35c02bd019f78e9f502cbc36da5b diff --git a/src/client/selectionmodelsynchronizer.cpp b/src/client/selectionmodelsynchronizer.cpp index 01d74fe6..625ec3f3 100644 --- a/src/client/selectionmodelsynchronizer.cpp +++ b/src/client/selectionmodelsynchronizer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -55,7 +55,7 @@ bool SelectionModelSynchronizer::checkBaseModel(QItemSelectionModel *selectionMo void SelectionModelSynchronizer::synchronizeSelectionModel(QItemSelectionModel *selectionModel) { if(!checkBaseModel(selectionModel)) { - qWarning() << "cannot Syncronize SelectionModel" << selectionModel << "which has a different baseModel()"; + qWarning() << "cannot Synchronize SelectionModel" << selectionModel << "which has a different baseModel()"; return; }