mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Add Filter Sidebar
To allow selection of filters aka Named Searches when plotting charts. Fixes #732
This commit is contained in:
@@ -35,6 +35,8 @@ IntervalTreeView::IntervalTreeView(Context *context) : context(context)
|
||||
void
|
||||
IntervalTreeView::dropEvent(QDropEvent* event)
|
||||
{
|
||||
qDebug()<<"interval tree drop event!!";
|
||||
|
||||
IntervalItem* item1 = (IntervalItem *)itemAt(event->pos());
|
||||
QTreeWidget::dropEvent(event);
|
||||
IntervalItem* item2 = (IntervalItem *)itemAt(event->pos());
|
||||
|
||||
Reference in New Issue
Block a user