diff options
author | David Kaspar <[email protected]> | 2014-02-13 09:47:06 +0100 |
---|---|---|
committer | David Kaspar <[email protected]> | 2014-02-14 08:00:56 +0100 |
commit | 8d5d0b0c9c624d7a7849a0905be3bde2df368bc6 (patch) | |
tree | 3905b6fd1e7e617ef3d2c05c3fcb76f1fb080c2d /src/plugins/qnx/blackberryinstallwizard.h | |
parent | 0d46aa40993eefe2a0455804ddc061d24b03d981 (diff) |
Qnx: BlackBerry Setup options page
Setup options page checks for general setup of API Levels, Signing Keys
and Devices. It is meant to become a central point for BlackBerry settings.
Adding BlackBerryConfigurationManager::settingsChanged signal
to notify about any change to BBConfig settings.
Fixing BlackBerrySigningUtils to correctly ask for password and reopen
the certificate in case an invalid password is entered and a generic
ResultCode::Error happens.
Fixing header define for blackberryinstallwizard.h
Fixing URL for BlackBerry Legacy Keys.
Change-Id: I1c4592c03ab07678ef829b85ce7b13457b9304a9
Reviewed-by: David Kaspar <[email protected]>
Reviewed-by: Nicolas Arnaud-Cormos <[email protected]>
Diffstat (limited to 'src/plugins/qnx/blackberryinstallwizard.h')
-rw-r--r-- | src/plugins/qnx/blackberryinstallwizard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/qnx/blackberryinstallwizard.h b/src/plugins/qnx/blackberryinstallwizard.h index cac543928fb..5d1d76d7ecc 100644 --- a/src/plugins/qnx/blackberryinstallwizard.h +++ b/src/plugins/qnx/blackberryinstallwizard.h @@ -29,8 +29,8 @@ ** ****************************************************************************/ -#ifndef QNX_INTERNAL_BLACKBERRYDEVICECONFIGURATIONWIZARD_H -#define QNX_INTERNAL_BLACKBERRYDEVICECONFIGURATIONWIZARD_H +#ifndef QNX_INTERNAL_BLACKBERRYINSTALLWIZARD_H +#define QNX_INTERNAL_BLACKBERRYINSTALLWIZARD_H #include <utils/wizard.h> @@ -105,4 +105,4 @@ private: } // namespace Internal } // namespace Qnx -#endif // QNX_INTERNAL_BLACKBERRYDEVICECONFIGURATIONWIZARD_H +#endif // QNX_INTERNAL_BLACKBERRYINSTALLWIZARD_H |