QmlOutline: Add filter for hiding bindings (properties)

This commit is contained in:
Kai Koehne
2010-07-14 16:46:54 +02:00
parent d764bcac39
commit 679ccc3b74
14 changed files with 141 additions and 6 deletions

View File

@@ -81,6 +81,11 @@ CppOutlineWidget::CppOutlineWidget(CPPEditor *editor) :
this, SLOT(updateSelectionInText(QItemSelection)));
}
QList<QAction*> CppOutlineWidget::filterMenuActions() const
{
return QList<QAction*>();
}
void CppOutlineWidget::setCursorSynchronization(bool syncWithCursor)
{
m_enableCursorSync = syncWithCursor;