diff options
| author | Peter Penz <[email protected]> | 2009-07-31 15:29:09 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-31 15:29:09 +0000 |
| commit | 802902c9b186cf8e87dbde78f40293220f56be01 (patch) | |
| tree | 22d26e73f654a818c4ce529abc7376d3ab7589fe | |
| parent | 0dd0f27f835fb8b3a9111271b1b859369f8078c7 (diff) | |
SVN_SILENT: warning--
svn path=/trunk/KDE/kdebase/apps/; revision=1005229
| -rw-r--r-- | src/dolphiniconsview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 652cbf803..c48497e82 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -204,6 +204,7 @@ void DolphinIconsView::dragEnterEvent(QDragEnterEvent* event) void DolphinIconsView::dragLeaveEvent(QDragLeaveEvent* event) { + Q_UNUSED(event); setDirtyRegion(m_dropRect); } |
