summaryrefslogtreecommitdiff
path: root/examples/sensors/sensor_explorer/import/main.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-11-20 16:44:45 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2013-11-20 16:44:46 +0100
commitfd3e100b9d3c75181454593e57508039d4ecdab5 (patch)
tree4c018ba5d578f7dd9a69a3c9be48dd5c11d43e36 /examples/sensors/sensor_explorer/import/main.cpp
parent9e51dc1175a696eba275d9bec6fc60148a942db6 (diff)
parent400ad25d72b8b2d9a10057953a88d7d64b9bc0a9 (diff)
downloadqtsensors-fd3e100b9d3c75181454593e57508039d4ecdab5.tar.gz
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: Ic6de4c970ff0cb3d5d1b8b6eff4ee020ba485d99
Diffstat (limited to 'examples/sensors/sensor_explorer/import/main.cpp')
-rw-r--r--examples/sensors/sensor_explorer/import/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/sensors/sensor_explorer/import/main.cpp b/examples/sensors/sensor_explorer/import/main.cpp
index f040fa1..36025e0 100644
--- a/examples/sensors/sensor_explorer/import/main.cpp
+++ b/examples/sensors/sensor_explorer/import/main.cpp
@@ -52,9 +52,8 @@ class SensorExplorerDeclarativeModule : public QQmlExtensionPlugin
public:
virtual void registerTypes(const char *uri)
{
- qDebug() << "SensorExplorerDeclarativeModule::registerTypes(const char *uri)";
-
Q_ASSERT(QLatin1String(uri) == QLatin1String("Explorer"));
+ // @uri Explorer
qmlRegisterType<QSensorExplorer>(uri, 1, 0, "SensorExplorer");
qmlRegisterType<QSensorItem>(uri, 1, 0, "SensorItem");
qmlRegisterType<QPropertyInfo>(uri, 1, 0, "PropertyInfo");