mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
AllPlot Compare Mode
.. extending the interval compare to the allplot chart.
This commit is contained in:
@@ -35,8 +35,6 @@ IntervalTreeView::IntervalTreeView(Context *context) : context(context)
|
||||
void
|
||||
IntervalTreeView::dropEvent(QDropEvent* event)
|
||||
{
|
||||
qDebug()<<"interval tree drop event!!"<<event->mimeData()->urls();
|
||||
|
||||
IntervalItem* item1 = (IntervalItem *)itemAt(event->pos());
|
||||
QTreeWidget::dropEvent(event);
|
||||
IntervalItem* item2 = (IntervalItem *)itemAt(event->pos());
|
||||
|
||||
Reference in New Issue
Block a user