Skip to content

Commit

Permalink
Change default installation directory from 'data' to 'basedata' (Bug …
Browse files Browse the repository at this point in the history
…#3557)
  • Loading branch information
scrawl committed Jan 14, 2018
1 parent 259919d commit 80f7279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wizard/installationtargetpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Wizard::InstallationTargetPage::InstallationTargetPage(QWidget *parent, const Fi
void Wizard::InstallationTargetPage::initializePage()
{
QString path(QFile::decodeName(mCfgMgr.getUserDataPath().string().c_str()));
path.append(QDir::separator() + QLatin1String("data"));
path.append(QDir::separator() + QLatin1String("basedata"));

QDir dir(path);
targetLineEdit->setText(QDir::toNativeSeparators(dir.absolutePath()));
Expand Down

0 comments on commit 80f7279

Please sign in to comment.