mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix warning: 'dropEvent' overrides a member function but is not marked 'override'
This commit is contained in:
committed by
Alejandro Martinez
parent
68fb3649e2
commit
e15701d05b
@@ -72,10 +72,8 @@ class ChartTreeView : public QTreeWidget
|
||||
void itemMoved(QTreeWidgetItem* item, int previous, int actual);
|
||||
|
||||
protected:
|
||||
void dropEvent(QDropEvent* event);
|
||||
void dropEvent(QDropEvent* event) override;
|
||||
Context *context;
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user