forked from qt-creator/qt-creator
Fix compilation on Windows.
Change-Id: Iad63cf336d468f4ef96a5b3c997c5c6a1502d3a9 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -173,7 +173,7 @@ static Enum *conditionEnum(const QSharedPointer<const CppEditor::Internal::CppQu
|
|||||||
} // end of anonymous namespace
|
} // end of anonymous namespace
|
||||||
|
|
||||||
QList<CppQuickFixOperation::Ptr> CompleteSwitchCaseStatement::match(
|
QList<CppQuickFixOperation::Ptr> CompleteSwitchCaseStatement::match(
|
||||||
const QSharedPointer<const Internal::CppQuickFixAssistInterface> &interface)
|
const QSharedPointer<const CppEditor::Internal::CppQuickFixAssistInterface> &interface)
|
||||||
{
|
{
|
||||||
const QList<AST *> &path = interface->path();
|
const QList<AST *> &path = interface->path();
|
||||||
|
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ Class *isMemberFunction(const LookupContext &context, Function *function)
|
|||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
||||||
QList<CppQuickFixOperation::Ptr> DeclFromDef::match(
|
QList<CppQuickFixOperation::Ptr> DeclFromDef::match(
|
||||||
const QSharedPointer<const Internal::CppQuickFixAssistInterface> &interface)
|
const QSharedPointer<const CppEditor::Internal::CppQuickFixAssistInterface> &interface)
|
||||||
{
|
{
|
||||||
const QList<AST *> &path = interface->path();
|
const QList<AST *> &path = interface->path();
|
||||||
CppRefactoringFilePtr file = interface->currentFile();
|
CppRefactoringFilePtr file = interface->currentFile();
|
||||||
@@ -297,7 +297,7 @@ private:
|
|||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
||||||
QList<CppQuickFixOperation::Ptr> DefFromDecl::match(
|
QList<CppQuickFixOperation::Ptr> DefFromDecl::match(
|
||||||
const QSharedPointer<const Internal::CppQuickFixAssistInterface> &interface)
|
const QSharedPointer<const CppEditor::Internal::CppQuickFixAssistInterface> &interface)
|
||||||
{
|
{
|
||||||
const QList<AST *> &path = interface->path();
|
const QList<AST *> &path = interface->path();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user