OK Folks, my first commit after quite a while, and while Quassel looks the same as...
[quassel.git] / src / client / treemodel.h
index f979d11..2b7928c 100644 (file)
@@ -71,11 +71,12 @@ public:
   int rowCount(const QModelIndex &parent = QModelIndex()) const;
   int columnCount(const QModelIndex &parent = QModelIndex()) const;
 
+  void clear();
+
 protected:
   bool removeRow(int row, const QModelIndex &parent = QModelIndex());
   bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex());
-  void clear();
-  
+
   TreeItem *rootItem;
 };