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

« back to all changes in this revision

Viewing changes to src/qnx/blackberrydeviceconfigurationwizardpages.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:
39
39
#include <QWizardPage>
40
40
#include <QListWidgetItem>
41
41
 
42
 
namespace QSsh {
43
 
class SshKeyGenerator;
44
 
}
 
42
namespace QSsh { class SshKeyGenerator; }
45
43
 
46
44
namespace Qnx {
47
45
namespace Internal {
52
50
}
53
51
class BlackBerrySshKeysGenerator;
54
52
class BlackBerryDeviceInformation;
 
53
class BlackBerrySigningUtils;
55
54
 
56
55
struct BlackBerryDeviceConfigurationWizardHolder {
57
56
    QString devicePin;
145
144
    QString debugToken() const;
146
145
private slots:
147
146
    void generateDebugToken();
 
147
    void importDebugToken();
148
148
 
149
149
private:
150
150
    Ui::BlackBerryDeviceConfigurationWizardConfigPage *m_ui;
151
151
    BlackBerryDeviceConfigurationWizardHolder &m_holder;
 
152
    BlackBerrySigningUtils &m_utils;
152
153
};
153
154
 
154
155
class BlackBerryDeviceConfigurationWizardFinalPage : public QWizardPage