qtmobility/examples/bearercloud/cloud.h
changeset 4 90517678cc4f
parent 0 cfcbf08528c4
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
    54 {
    54 {
    55     Q_OBJECT
    55     Q_OBJECT
    56     Q_INTERFACES(QGraphicsItem)
    56     Q_INTERFACES(QGraphicsItem)
    57 
    57 
    58 public:
    58 public:
    59     Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0);
    59     explicit Cloud(const QNetworkConfiguration &config, QGraphicsItem *parent = 0);
    60     ~Cloud();
    60     ~Cloud();
    61 
    61 
    62     enum { Type = UserType + 1 };
    62     enum { Type = UserType + 1 };
    63     int type() const { return Type; }
    63     int type() const { return Type; }
    64 
    64