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

« back to all changes in this revision

Viewing changes to src/qnx/blackberrydeviceinformation.h

  • Committer: CI bot
  • Author(s): Benjamin Zeller
  • Date: 2014-06-16 10:28:43 UTC
  • mfrom: (4.2.4 remotelinux)
  • Revision ID: ps-jenkins@lists.canonical.com-20140616102843-8juvmjvzwlzsboyw
Migrating to Qt5.3 and QtC 3.1 

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    QString deviceOS() const;
63
63
    QString hardwareId() const;
64
64
    QString debugTokenAuthor() const;
 
65
    QString debugTokenValidationError() const;
65
66
    bool debugTokenValid() const;
66
67
    QString scmBundle() const;
67
68
    QString hostName() const;
75
76
    QString m_debugTokenAuthor;
76
77
    QString m_scmBundle;
77
78
    QString m_hostName;
 
79
    QString m_debugTokenValidationError;
78
80
    bool m_debugTokenValid;
79
81
    bool m_isSimulator;
80
82
    bool m_isProductionDevice;