mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
SVN_SILENT: updated comments
svn path=/trunk/KDE/kdebase/apps/; revision=805188
This commit is contained in:
parent
d4287eb8e3
commit
75f55c070f
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -655,7 +655,7 @@ private:
|
|||
bool m_loadingDirectory : 1;
|
||||
bool m_storedCategorizedSorting : 1;
|
||||
bool m_tabsForFiles : 1;
|
||||
bool m_isContextMenuOpen : 1; // TODO: workaround for Qt-issue xxxxxx
|
||||
bool m_isContextMenuOpen : 1; // TODO: workaround for Qt-issue 207192
|
||||
|
||||
Mode m_mode;
|
||||
|
||||
|
|
Loading…
Reference in a new issue