~mzanetti/qtcreator-plugin-ubuntu/fix-device_run_app-for-mir

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntupackagingwidget.cpp

  • Committer: Tarmac
  • Author(s): Zoltán Balogh
  • Date: 2013-10-02 05:36:52 UTC
  • mfrom: (47.1.2 qtcreator-plugin-ubuntu)
  • Revision ID: tarmac-20131002053652-3zd3qr7ga5x1ubkv
Saving the AppArmor manifest file when Click package is created (LP: #1233683). Fixes: https://bugs.launchpad.net/bugs/1233683.

Approved by Zsombor Egri, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
        }
205
205
        m_apparmor.setPolicyGroups(m_projectName,items);
206
206
        m_manifest.save();
 
207
        m_apparmor.setRaw(ui->plainTextEditAppArmorJson->toPlainText());
 
208
        m_apparmor.save();
 
209
        save_excludes();
 
210
 
207
211
        break;
208
212
    }
209
213
    case 1: {