forked from qt-creator/qt-creator
Quickfix: Convert underscore notation to camel case.
Reviewed-by: Roberto Raggi
This commit is contained in:
@@ -66,7 +66,8 @@ Q_SIGNALS:
|
||||
|
||||
public:
|
||||
void findUsages(CPlusPlus::Symbol *symbol, const CPlusPlus::LookupContext &context);
|
||||
void renameUsages(CPlusPlus::Symbol *symbol, const CPlusPlus::LookupContext &context);
|
||||
void renameUsages(CPlusPlus::Symbol *symbol, const CPlusPlus::LookupContext &context,
|
||||
const QString &replacement = QString());
|
||||
|
||||
void findMacroUses(const CPlusPlus::Macro ¯o);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user