Make project dir default

The project dir defaults to the home directory.

Task-number: QTCREATORBUG-13366
Change-Id: I5a34ae458cacde9e12df50e0796ca7d236bb123e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
Daniel Teske
2014-11-10 13:56:38 +01:00
parent 1d483cd352
commit a8918db5f7

View File

@@ -200,7 +200,7 @@ DocumentManagerPrivate::DocumentManagerPrivate() :
m_linkWatcher(0),
m_blockActivated(false),
m_lastVisitedDirectory(QDir::currentPath()),
m_useProjectsDirectory(Utils::HostOsInfo::isMacHost()), // Creator is in bizarre places when launched via finder.
m_useProjectsDirectory(true),
m_blockedIDocument(0)
{
}