- Prevent users from filtering all the files in a torrent using right-click menu (combobox was ok)

This commit is contained in:
Christophe Dumez
2007-07-31 15:37:14 +00:00
parent 58dc75fbcf
commit 57b4a7150a
5 changed files with 59 additions and 7 deletions

View File

@@ -79,6 +79,7 @@ class properties : public QDialog, private Ui::properties{
// Constructor
properties(QWidget *parent, bittorrent *BTSession, torrent_handle &h);
~properties();
bool onlyOneItem() const;
};
#endif