┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-05-07 20:10:16 +0000
committerPeter Penz <[email protected]>2008-05-07 20:10:16 +0000
commit75f55c070fe96fc86d9356c6cdddc6665ae4396c (patch)
tree177645af86d057235ef025d9e825357c227ac108 /src/dolphinview.cpp
parentd4287eb8e36ead543eb595bfcaa217fa0edd2654 (diff)
SVN_SILENT: updated comments
svn path=/trunk/KDE/kdebase/apps/; revision=805188
Diffstat (limited to 'src/dolphinview.cpp')
-rw-r--r--src/dolphinview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp
index 5a0f00bee..0caefe87a 100644
--- a/src/dolphinview.cpp
+++ b/src/dolphinview.cpp
@@ -749,7 +749,7 @@ void DolphinView::triggerItem(const KFileItem& item)
return;
}
- // TODO: the m_isContextMenuOpen check is a workaround for Qt-issue xxxxxx
+ // TODO: the m_isContextMenuOpen check is a workaround for Qt-issue 207192
if (item.isNull() || m_isContextMenuOpen) {
return;
}
@@ -778,7 +778,7 @@ void DolphinView::openContextMenu(const QPoint& pos)
m_toolTipManager->hideTip();
}
- m_isContextMenuOpen = true; // TODO: workaround for Qt-issue xxxxxx
+ m_isContextMenuOpen = true; // TODO: workaround for Qt-issue 207192
emit requestContextMenu(item, url());
m_isContextMenuOpen = false;
}