forked from qt-creator/qt-creator
Cpp: Adjust includes when files are renamed.
Change-Id: Ie6aaaa5d99ba3823d9d42331f45b2dcab397e1cd Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
@@ -400,6 +400,7 @@ public:
|
||||
|
||||
typedef Base::const_iterator iterator;
|
||||
typedef Base::const_iterator const_iterator;
|
||||
typedef QPair<Document::Ptr, unsigned> IncludeLocation;
|
||||
|
||||
int size() const; // ### remove
|
||||
bool isEmpty() const;
|
||||
@@ -424,6 +425,7 @@ public:
|
||||
const QString &fileName) const;
|
||||
|
||||
QSet<QString> allIncludesForDocument(const QString &fileName) const;
|
||||
QList<IncludeLocation> includeLocationsOfDocument(const QString &fileName) const;
|
||||
|
||||
QStringList filesDependingOn(const QString &fileName) const;
|
||||
void updateDependencyTable() const;
|
||||
|
||||
Reference in New Issue
Block a user