Opened 8 years ago
Closed 8 years ago
#5982 closed Bug (fixed)
FilterBar patch
Reported by: | Aaxxll | Owned by: | mike.dld |
---|---|---|---|
Priority: | Normal | Milestone: | 2.90 |
Component: | Qt Client | Version: | 2.84+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
--- qt/FilterBar.h 2015-07-30 23:04:29.415282615 +0700 +++ qt/FilterBar.h_new 2015-07-30 23:02:39.039026180 +0700 @@ -11,6 +11,7 @@
#define QTR_FILTER_BAR_H
#include <QWidget>
+#include <QModelIndex>
class QLabel; class QStandardItemModel;
Change History (2)
comment:1 Changed 8 years ago by mike.dld
- Owner set to mike.dld
- Status changed from new to assigned
comment:2 Changed 8 years ago by mike.dld
- Component changed from Transmission to Qt Client
- Milestone changed from None Set to 2.90
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r14560 (in a bit different way), thanks.