next try; refs #167

This commit is contained in:
Marc Wäckerlin
2012-11-08 14:33:10 +00:00
parent 7f797ff9c3
commit 239cb1f8f2

View File

@@ -42,7 +42,7 @@ namespace qbrowserlib {
"name of the browser's toolbar")));
for (int i(_tools->count()); i>0;) {
qDebug()<<"Rearranging tool item "<<(i-1)<<_tools->itemAt(i-1);
t->addWidget(_statusbar->itemAt(--i)->widget());
t->addWidget(_tools->itemAt(--i)->widget());
}
delete _tools; _tools=0;
t->show();