Browse Source

- Fix column hidding code

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
f24749bbf8
  1. 1
      src/TransferListWidget.cpp

1
src/TransferListWidget.cpp

@ -113,6 +113,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, bittorrent *_BTSession): @@ -113,6 +113,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, bittorrent *_BTSession):
// Listen for list events
connect(this, SIGNAL(doubleClicked(QModelIndex)), this, SLOT(torrentDoubleClicked(QModelIndex)));
connect(this, SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayListMenu(const QPoint&)));
header()->setContextMenuPolicy(Qt::CustomContextMenu);
connect(header(), SIGNAL(customContextMenuRequested(const QPoint&)), this, SLOT(displayDLHoSMenu(const QPoint&)));
// Refresh timer

Loading…
Cancel
Save