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

« back to all changes in this revision

Viewing changes to src/qnx/blackberryndksettingspage.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:
34
34
 
35
35
#include <coreplugin/dialogs/ioptionspage.h>
36
36
 
 
37
#include <QPointer>
 
38
 
37
39
namespace Qnx {
38
40
namespace Internal {
39
41
 
44
46
    Q_OBJECT
45
47
public:
46
48
    explicit BlackBerryNDKSettingsPage(QObject *parent = 0);
47
 
    QWidget *createPage(QWidget *parent);
 
49
    QWidget *widget();
48
50
    void apply();
49
51
    void finish();
50
52
 
51
53
private:
52
 
    BlackBerryNDKSettingsWidget *m_widget;
 
54
    QPointer<BlackBerryNDKSettingsWidget> m_widget;
53
55
};
54
56
 
55
57
} // namespace Internal