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

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntupolicygroupinfo.cpp

  • Committer: Tarmac
  • Author(s): Juhapekka Piiroinen
  • Date: 2013-09-30 18:24:55 UTC
  • mfrom: (46.1.6 qtcreator-plugin-ubuntu)
  • Revision ID: tarmac-20130930182455-18jh4vr13hgn88v5
created click pkg for cordova desktop has qmlscene exec (LP: #1232213)
do not execute i18n stuff on all project files (LP: #1176433)
Internationalization workflow improvements (LP: #1177449)
[i18n] The .pot file generator should provide relative paths (LP: #1180325)
Split out reserved security policies from regular ones (LP: #1227814). Fixes: https://bugs.launchpad.net/bugs/1176433, https://bugs.launchpad.net/bugs/1177449, https://bugs.launchpad.net/bugs/1180325, https://bugs.launchpad.net/bugs/1227814, https://bugs.launchpad.net/bugs/1232213.

Approved by Zoltan Balogh, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
}
43
43
 
44
44
void UbuntuPolicyGroupInfo::onMessage(QString line) {
45
 
    m_replies.append(line.trimmed().replace(QLatin1String("\r"),QLatin1String("")).split(QLatin1String("\n")));
 
45
    m_replies.append(line);
46
46
}
47
47
 
48
48
void UbuntuPolicyGroupInfo::onFinished(QString, int result) {