X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Ftreemodel.h;h=d73b8fccd2857b26b54354aa5b5ba4d7428e06f9;hp=2b7928c53a3c3e1624c56c69ab08a03f26272060;hb=4bdda41a706b963c0163d38764acb3ffea52f256;hpb=9693b5238b76e6348413d68fa8c6ffc8c64fc12f diff --git a/src/client/treemodel.h b/src/client/treemodel.h index 2b7928c5..d73b8fcc 100644 --- a/src/client/treemodel.h +++ b/src/client/treemodel.h @@ -71,7 +71,7 @@ public: int rowCount(const QModelIndex &parent = QModelIndex()) const; int columnCount(const QModelIndex &parent = QModelIndex()) const; - void clear(); + virtual void clear(); protected: bool removeRow(int row, const QModelIndex &parent = QModelIndex());