mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
rss : improvements of the qtreeview
This commit is contained in:
parent
2c6b66a834
commit
06378e09be
9 changed files with 46 additions and 5 deletions
|
@ -28,6 +28,10 @@
|
|||
#include "rss.h"
|
||||
#include "GUI.h"
|
||||
|
||||
#define DESCRIPTION_CHILD 0
|
||||
#define URL_CHILD 1
|
||||
#define TIME_CHILD 2
|
||||
|
||||
class RSSImp : public QWidget, public Ui::RSS{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue