forked from qt-creator/qt-creator
Fixed compiler warnings.
(cherry picked from commit b049937ae013b47e9b86aacd60325dbd382319ed)
This commit is contained in:
committed by
Robert Loehning
parent
f39494e4c2
commit
bd435499b6
@@ -95,9 +95,7 @@ public:
|
||||
const Class *clazz,
|
||||
AccessSpec xsSpec) const;
|
||||
|
||||
QList<InsertionLocation> methodDefinition(const QString &fileName,
|
||||
CPlusPlus::DeclarationAST *prevDecl,
|
||||
CPlusPlus::DeclarationAST *nextDecl) const;
|
||||
QList<InsertionLocation> methodDefinition(const QString &fileName) const;
|
||||
|
||||
private:
|
||||
Snapshot m_snapshot;
|
||||
|
||||
Reference in New Issue
Block a user