diff --git a/src/libs/cplusplus/InsertionPointLocator.cpp b/src/libs/cplusplus/InsertionPointLocator.cpp index 2b295090375c1ea1defdc192b4c1111cea307a21..23c45954ea6db5600925cff85f1f4e9d7512e0c4 100644 --- a/src/libs/cplusplus/InsertionPointLocator.cpp +++ b/src/libs/cplusplus/InsertionPointLocator.cpp @@ -214,11 +214,11 @@ protected: break; case T_PROTECTED: - newXsSpec = isSlot ? InsertionPointLocator::PublicSlot : InsertionPointLocator::Protected; + newXsSpec = isSlot ? InsertionPointLocator::ProtectedSlot : InsertionPointLocator::Protected; break; case T_PRIVATE: - newXsSpec = isSlot ? InsertionPointLocator::PublicSlot : InsertionPointLocator::Private; + newXsSpec = isSlot ? InsertionPointLocator::PrivateSlot: InsertionPointLocator::Private; break; case T_Q_SIGNALS: