Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 6fbe1eb

Browse files
committed
Merge pull request #30 from macgitver/ngf/gw-deprecations
Remove deprecations for GitWrap API
2 parents 4466abb + 609e94c commit 6fbe1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/WorkingTree/WorkingTreeModel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ void WorkingTreeModel::update()
232232
file = (WorkingTreeFileItem*) fileBase;
233233
}
234234

235-
QFileInfo fi( mRepo.basePath() + L'/' + it.key() );
235+
QFileInfo fi( mRepo.workTreePath() + L'/' + it.key() );
236236

237237
#ifdef Q_OS_WIN
238238
file->setIcon( getWindowsIcon( fi.absoluteFilePath() ) );

0 commit comments

Comments
 (0)