forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/6.0'
Change-Id: I71b19dd8ecd96a7a2a58622f68283b8635264e48
This commit is contained in:
@@ -61,11 +61,11 @@
|
||||
*/
|
||||
|
||||
/*!
|
||||
\fn Core::IVersionControl::TopicCache::trackFile(const QString &repository)
|
||||
\fn Utils::FilePath Core::IVersionControl::TopicCache::trackFile(const Utils::FilePath &repository)
|
||||
Returns the path to the file that invalidates the cache for \a repository when
|
||||
the file is modified.
|
||||
|
||||
\fn Core::IVersionControl::TopicCache::refreshTopic(const QString &repository)
|
||||
\fn QString Core::IVersionControl::TopicCache::refreshTopic(const Utils::FilePath &repository)
|
||||
Returns the current topic for \a repository.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user