X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Ftreemodel.h;h=6f2575c08f86e637fb626fb1977f29784eb2f868;hp=55dafac57ce9695b2af089c5d08ede7be8885651;hb=4604f6d6f0daa7980e36753b2a417ab709d9ce6a;hpb=d424e746952f9821cf1c015f4b0fad0e1b169680 diff --git a/src/client/treemodel.h b/src/client/treemodel.h index 55dafac5..6f2575c0 100644 --- a/src/client/treemodel.h +++ b/src/client/treemodel.h @@ -188,8 +188,12 @@ private: }; ChildStatus _childStatus; int _aboutToRemoveOrInsert; - // QLinkedList _childStatus; +private slots: + void debug_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end); + void debug_rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end); + void debug_rowsInserted(const QModelIndex &parent, int start, int end); + void debug_rowsRemoved(const QModelIndex &parent, int start, int end); }; #endif