CppEditor: Follow Symbol Under Cursor opens the preprocessor dialog

... when invoked on a macro that is defined inside that dialog.

Change-Id: I419c6675d70cfb8dd174f6a33f502b4c584baa3a
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-10-21 12:59:48 +02:00
parent f5fa022de5
commit e79d4ed2e1
4 changed files with 14 additions and 5 deletions

View File

@@ -175,6 +175,11 @@ static CppModelManagerInterface *g_instance = 0;
const QString CppModelManagerInterface::configurationFileName()
{ return CPlusPlus::Preprocessor::configurationFileName; }
const QString CppModelManagerInterface::editorConfigurationFileName()
{
return QLatin1String("<per-editor-defines>");
}
CppModelManagerInterface::CppModelManagerInterface(QObject *parent)
: QObject(parent)
{