From 43ed74f7eafa0e204ef1671aa0d9451136c2e444 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 21 May 2009 17:37:10 -0400 Subject: Add reminder to check if layout refreshing is still needed in 4.6 --- sigmodr/tree/TreeModel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'sigmodr/tree/TreeModel.cpp') diff --git a/sigmodr/tree/TreeModel.cpp b/sigmodr/tree/TreeModel.cpp index 9b849e86..8546a14c 100644 --- a/sigmodr/tree/TreeModel.cpp +++ b/sigmodr/tree/TreeModel.cpp @@ -120,6 +120,7 @@ bool TreeModel::insertRows(const int row, const int count, const QModelIndex& pa for (int i = 0; i < count; ++i) item->addChild(); endInsertRows(); + // BUG: Fixed in Qt 4.6 (?) emit(layoutAboutToBeChanged()); emit(layoutChanged()); return true; -- cgit