forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.10'
Conflicts: CMakeLists.txt tests/unit/unittest/unittest.pro Change-Id: I64296ad31502d9b35012da129a28e9277e9fcf8e
This commit is contained in:
@@ -667,7 +667,7 @@ void Project::changeRootProjectDirectory()
|
||||
{
|
||||
Utils::FilePath rootPath = Utils::FilePath::fromString(
|
||||
QFileDialog::getExistingDirectory(Core::ICore::dialogParent(),
|
||||
tr("Select The Root Directory"),
|
||||
tr("Select the Root Directory"),
|
||||
rootProjectDirectory().toString(),
|
||||
QFileDialog::ShowDirsOnly
|
||||
| QFileDialog::DontResolveSymlinks));
|
||||
@@ -679,7 +679,7 @@ void Project::changeRootProjectDirectory()
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the common root directory that contains all files which belongs to a project.
|
||||
Returns the common root directory that contains all files which belong to a project.
|
||||
*/
|
||||
Utils::FilePath Project::rootProjectDirectory() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user