Skip to content
Snippets Groups Projects
Commit 82a821fc authored by Jonathan Liu's avatar Jonathan Liu Committed by Tobias Hunger
Browse files

SVN: Fix project status command when no document open


The SVN project status command is using currentFileTopLevel() for the
working directory when it should be using currentProjectTopLevel().
If no document is open, currentFileTopLevel() will return an empty
string which means the current working directory of Qt Creator is used.

Change-Id: I848b1adf7166836c5d15e88796af77f8700a43f2
Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
parent a5b4dca5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment