simplifying workaround for missing nickitems... especially getting rid of old workaround
[quassel.git] / src / uisupport / nickview.h
index c67a310..a95798c 100644 (file)
@@ -33,11 +33,12 @@ public:
 
 protected:
   virtual void rowsInserted(const QModelIndex &parent, int start, int end);
-  virtual void customEvent(QEvent *event);
 
   //! This reimplementation ensures that the current index is first in list
   virtual QModelIndexList selectedIndexes() const;
 
+  void unanimatedExpandAll();
+
 public slots:
   virtual void setModel(QAbstractItemModel *model);
   virtual void setRootIndex(const QModelIndex &index);
@@ -45,9 +46,6 @@ public slots:
   void showContextMenu(const QPoint & pos);
   void startQuery(const QModelIndex & modelIndex);
 
-private slots:
-  void setCustomFont(const QVariant &);
-
 signals:
   void selectionUpdated();