X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Ftreemodel.h;h=6f2575c08f86e637fb626fb1977f29784eb2f868;hp=2ce2befeebb99954622c6fb1b4aa673b0041b0c7;hb=4604f6d6f0daa7980e36753b2a417ab709d9ce6a;hpb=53e1a67785c97daa8d7ef0ea7694ac3a230a1a2e diff --git a/src/client/treemodel.h b/src/client/treemodel.h index 2ce2befe..6f2575c0 100644 --- a/src/client/treemodel.h +++ b/src/client/treemodel.h @@ -194,9 +194,6 @@ private slots: 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); - -private: - QHash > _childLists; }; #endif