~sil2100/unity-mir/no_change_rebuild

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/proc_info.h

  • Committer: CI bot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2014-03-17 17:44:24 UTC
  • mfrom: (197.1.1 unity-mir)
  • Revision ID: ps-jenkins@lists.canonical.com-20140317174424-nezs9mo6xeyhtjr8
Using str.contains to find out if the cmdline is from a QtWebProcess process 

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        QByteArray m_command;
41
41
 
42
42
        bool startsWith(const char* prefix) const;
 
43
        bool contains(const char* prefix) const;
43
44
        boost::optional<QString> getParameter(const char* name) const;
44
45
        QStringList asStringList() const;
45
46
    };