X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnickview.h;h=0bf360ab026b5725d5ae0f2a8ff0e4857c2bc4d8;hb=a18660ee87e81b6f4072537be3aa10c93a243b2a;hp=2dcf18015d0c7de491a0a65a616b3e8560f1d649;hpb=fb1c465a71b110984d59722bbf0ed873674daf94;p=quassel.git diff --git a/src/uisupport/nickview.h b/src/uisupport/nickview.h index 2dcf1801..0bf360ab 100644 --- a/src/uisupport/nickview.h +++ b/src/uisupport/nickview.h @@ -5,7 +5,7 @@ * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -34,6 +34,9 @@ class NickView : public QTreeView { NickView(QWidget *parent = 0); virtual ~NickView(); + protected: + void rowsInserted(const QModelIndex &, int, int); + public slots: void setModel(NickModel *model);