next try; refs #167
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user