- Removed some too verbose debug

- Suppress a Qt warning about the layout in status bar
This commit is contained in:
Christophe Dumez
2009-11-18 18:07:31 +00:00
parent b64919234a
commit e93fab40fe
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ private:
public:
StatusBar(QStatusBar *bar, bittorrent *BTSession): bar(bar), BTSession(BTSession) {
container = new QWidget();
layout = new QGridLayout(bar);
layout = new QGridLayout(container);
layout->setVerticalSpacing(0);
layout->setContentsMargins(0,0,0,0);