~ubuntu-sdk-team/qtcreator-plugin-ubuntu/trunk

« back to all changes in this revision

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

  • Committer: Zoltán Balogh
  • Date: 2016-08-26 13:09:58 UTC
  • mfrom: (457.2.4 ubuntu)
  • Revision ID: zoltan@bakter.hu-20160826130958-ic8milo48wd715du
Make QtC-P-U actually compile against Qt 4.1 beta

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        if (!tc || !QtSupport::QtKitInformation::qtVersion(curr))
136
136
            continue;
137
137
 
138
 
        if (tc->type() == QLatin1String(Constants::UBUNTU_CLICK_TOOLCHAIN_ID)) {
 
138
        if (tc->typeId() == Constants::UBUNTU_CLICK_TOOLCHAIN_ID) {
139
139
            found = true;
140
140
 
141
141
            QTreeWidgetItem* kitItem = new QTreeWidgetItem;