forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: I9d1931b7862f4541ac7a064ff987128afd835cbe
This commit is contained in:
@@ -640,7 +640,7 @@ void VcsBasePluginPrivate::createRepository()
|
||||
// Find current starting directory
|
||||
QString directory;
|
||||
if (const Project *currentProject = ProjectTree::currentProject())
|
||||
directory = currentProject->projectFilePath().toString();
|
||||
directory = currentProject->projectFilePath().absolutePath().toString();
|
||||
// Prompt for a directory that is not under version control yet
|
||||
QWidget *mw = ICore::dialogParent();
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user