mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
- Added columns width saving to torrent addition dialog
- Fixed column width saving in torrent properties - Code Cleanup
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
#include "misc.h"
|
||||
|
||||
// Defines for properties list columns
|
||||
enum PropColumn {NAME, SIZE, PROGRESS, PRIORITY, INDEX};
|
||||
enum PropColumn {NAME, SIZE, PROGRESS, PRIORITY};
|
||||
enum PropPriority {IGNORED=0, NORMAL=1, HIGH=2, MAXIMUM=7};
|
||||
|
||||
class PropListDelegate: public QItemDelegate {
|
||||
|
||||
Reference in New Issue
Block a user