Skip to content

Commit

Permalink
Unhide handleDrop method from base class in QgsHanaConnectionItem
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanuhrig committed Jan 7, 2021
1 parent 34b252c commit 04f43da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/hana/qgshanadataitems.h
Expand Up @@ -51,6 +51,7 @@ class QgsHanaConnectionItem : public QgsDataCollectionItem
QVector<QgsDataItem *> createChildren() override;
bool equal( const QgsDataItem *other ) override;

using QgsDataCollectionItem::handleDrop;
bool handleDrop( const QMimeData *data, const QString &toSchema );

private:
Expand Down

0 comments on commit 04f43da

Please sign in to comment.