~zeller-benjamin/qtcreator-plugin-ubuntu/displayvar

« back to all changes in this revision

Viewing changes to src/ubuntu/wizards/createtargetwizard.cpp

  • Committer: Benjamin Zeller
  • Date: 2016-07-20 14:56:52 UTC
  • Revision ID: benjamin.zeller@canonical.com-20160720145652-43u3qokds5otu7l2
- Make QtC-P-U actually compile against Qt 4.1 beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
        return true;
365
365
    });
366
366
    ui->lineEditName->setPlaceholderText(tr("Please select a name"));
367
 
    ui->lineEditName->triggerChanged();
 
367
    ui->lineEditName->validate();
368
368
 
369
369
    setTitle(tr("Please type a name:"));
370
370
    setProperty(Utils::SHORT_TITLE_PROPERTY, tr("Name"));