diff options
| author | Peter Penz <[email protected]> | 2012-05-21 21:43:26 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-05-21 21:48:45 +0200 |
| commit | 894232ebda5b2cf155a4f4e5bf1287eb700faa18 (patch) | |
| tree | 3eed796e481cb7d3f486d9032d46db57f172f803 /src/panels/places/placesitemmodel.h | |
| parent | 3b6892b68575e55cae4571f17ddc55dca4abba88 (diff) | |
Places Panel: Show drop indicator
The dropping itself has not been implemented yet.
Diffstat (limited to 'src/panels/places/placesitemmodel.h')
| -rw-r--r-- | src/panels/places/placesitemmodel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panels/places/placesitemmodel.h b/src/panels/places/placesitemmodel.h index 7225c04f4..18264f06a 100644 --- a/src/panels/places/placesitemmodel.h +++ b/src/panels/places/placesitemmodel.h @@ -108,9 +108,6 @@ public: /** @reimp */ virtual QMimeData* createMimeData(const QSet<int>& indexes) const; - /** @reimp */ - virtual bool supportsDropping(int index) const; - /** * @return Converts the URL, which contains "virtual" URLs for system-items like * "search:/documents" into a Nepomuk-Query-URL that will be handled by |
