summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2011-02-21 15:30:05 +0100
committerdt <qtc-committer@nokia.com>2011-02-22 15:35:24 +0100
commit06ee3aee7f542a8c2ae7eb4e5c5240ff2359d9c8 (patch)
treefdfa587efeaf3c244b6a23cbb0789babfb5993fd /src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp
parent672576e51eb2cefad348ef3dbeb6de5a98b1e90d (diff)
downloadqt-creator-06ee3aee7f542a8c2ae7eb4e5c5240ff2359d9c8.tar.gz
Qt4ProjectManager: New TargetSetupPage
Rewrite the target setup page to look and baheve better. Noteable better at: - Disabling shadow building - Deselecting whole targets - Adding import directories Api-wise, Targets derived from Qt4BaseTarget have two ways to customize the targetsetuppage. a) Reimplement availableBuildConfigurations b) Leave createTargetSetupWidget and create(... Qt4TargetSetupWidget) in their default implementation. (Or only slightly customize like the desktop target does.) Or: a) Make a dummy implementation for availableBuildConfiguration b) Replace createTargetSetupWidget and return your own widget (It should match the look and feel from the other widgets.) It needs to be derived from Qt4TargetSetupWidget c) Also replace the create create(... Qt4TargetSetupWidget) function and set up the target anyway you want.
Diffstat (limited to 'src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp')
-rw-r--r--src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp b/src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp
index f60288555c..26f0e23f47 100644
--- a/src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp
+++ b/src/plugins/qt4projectmanager/qt-s60/s60symbiancertificate.cpp
@@ -67,7 +67,7 @@ namespace {
/*
* X.509 S60 Certificate Extension
*/
-class S60CertificateExtension : public Certificate_Extension
+class S60CertificateExtension : Certificate_Extension
{
public:
OID oid_of() const;