summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-05-21 17:37:10 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-05-21 17:37:10 -0400
commit43ed74f7eafa0e204ef1671aa0d9451136c2e444 (patch)
tree2b46f327b7605c5cc9138db740fb2e53c59927fc
parent68418b3bbb30ec94a96e18da44180d93f094f57d (diff)
downloadsigen-43ed74f7eafa0e204ef1671aa0d9451136c2e444.tar.gz
sigen-43ed74f7eafa0e204ef1671aa0d9451136c2e444.tar.xz
sigen-43ed74f7eafa0e204ef1671aa0d9451136c2e444.zip
Add reminder to check if layout refreshing is still needed in 4.6
-rw-r--r--sigmodr/tree/TreeModel.cpp1
1 files changed, 1 insertions, 0 deletions
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;