X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fbufferview.h;h=2962e5e918bf8db0dc42b12c00bc560b761fab52;hb=636a39a129df39cf34858170978a7cba550e369f;hp=1c0c52ecfa0872396356d8755a93eebd6f9cac59;hpb=27e9a474a8c205829067a017f7d7fbde0891c42a;p=quassel.git diff --git a/src/uisupport/bufferview.h b/src/uisupport/bufferview.h index 1c0c52ec..2962e5e9 100644 --- a/src/uisupport/bufferview.h +++ b/src/uisupport/bufferview.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -52,7 +52,6 @@ public: void setModel(QAbstractItemModel *model); void setFilteredModel(QAbstractItemModel *model, BufferViewConfig *config); - virtual void setSelectionModel(QItemSelectionModel *selectionModel); void setConfig(BufferViewConfig *config); inline BufferViewConfig *config() { return _config; }