``` #include static ContextProperty *prop = new ContextProperty("Internet.NetworkState"); connect(prop, &ContextProperty::valueChanged, [this]() { if (first_val) { first_val = false; return; } qDebug() << "Value changed: " << prop->value(); };