Browse Source

- Fixed useless variable in properties

adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
721ef1d236
  1. 1
      src/properties_imp.h

1
src/properties_imp.h

@ -42,7 +42,6 @@ class properties : public QDialog, private Ui::properties{ @@ -42,7 +42,6 @@ class properties : public QDialog, private Ui::properties{
QTorrentHandle h;
bittorrent *BTSession;
bool changedFilteredfiles;
bool changedTrackers;
QString hash;
PropListDelegate *PropDelegate;
QStandardItemModel *PropListModel;

Loading…
Cancel
Save