branch | RCL_3 |
changeset 1 | 5822d84012fb |
parent 0 | cfcbf08528c4 |
child 3 | eb34711bcc75 |
0:cfcbf08528c4 | 1:5822d84012fb |
---|---|
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 |