┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-31 15:29:09 +0000
committerPeter Penz <[email protected]>2009-07-31 15:29:09 +0000
commit802902c9b186cf8e87dbde78f40293220f56be01 (patch)
tree22d26e73f654a818c4ce529abc7376d3ab7589fe /src
parent0dd0f27f835fb8b3a9111271b1b859369f8078c7 (diff)
SVN_SILENT: warning--
svn path=/trunk/KDE/kdebase/apps/; revision=1005229
Diffstat (limited to 'src')
-rw-r--r--src/dolphiniconsview.cpp1
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);
}