diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-24 03:45:52 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-24 03:45:52 (GMT) |
commit | 06188c60bfd530a5f1d6ef954a45d31bccb2e987 (patch) | |
tree | b4b4ee53d52ab0d82dfebc759801384f22863832 /examples/network | |
parent | 63d9c7d545489ba34c8c34d91ff06a682127acb2 (diff) | |
download | Qt-06188c60bfd530a5f1d6ef954a45d31bccb2e987.zip Qt-06188c60bfd530a5f1d6ef954a45d31bccb2e987.tar.gz Qt-06188c60bfd530a5f1d6ef954a45d31bccb2e987.tar.bz2 |
Bearer management changes from Qt Mobility (6fb31d1e).
6fb31d1e287d7def45c115eb56bcb9b0c5cb3c40.
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/bearercloud/cloud.h | 2 | ||||
-rw-r--r-- | examples/network/bearermonitor/sessionwidget.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/bearercloud/cloud.h b/examples/network/bearercloud/cloud.h index 38f8aff..5d4e52a 100644 --- a/examples/network/bearercloud/cloud.h +++ b/examples/network/bearercloud/cloud.h @@ -56,7 +56,7 @@ class Cloud : public QObject, public QGraphicsItem Q_INTERFACES(QGraphicsItem) public: - Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0); + explicit Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0); ~Cloud(); enum { Type = UserType + 1 }; diff --git a/examples/network/bearermonitor/sessionwidget.h b/examples/network/bearermonitor/sessionwidget.h index cc9c067..ae5cc96 100644 --- a/examples/network/bearermonitor/sessionwidget.h +++ b/examples/network/bearermonitor/sessionwidget.h @@ -53,7 +53,7 @@ class SessionWidget : public QWidget, public Ui_SessionWidget Q_OBJECT public: - SessionWidget(const QNetworkConfiguration &config, QWidget *parent = 0); + explicit SessionWidget(const QNetworkConfiguration &config, QWidget *parent = 0); ~SessionWidget(); void timerEvent(QTimerEvent *); |