summaryrefslogtreecommitdiff
path: root/qmapwatchlet/qmapwatchlet.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.h')
-rw-r--r--qmapwatchlet/qmapwatchlet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmapwatchlet/qmapwatchlet.h b/qmapwatchlet/qmapwatchlet.h
index ae8e7ea..8683aae 100644
--- a/qmapwatchlet/qmapwatchlet.h
+++ b/qmapwatchlet/qmapwatchlet.h
@@ -11,6 +11,8 @@ class QMapWatchlet : public DeclarativeWatchlet
Q_OBJECT
public:
explicit QMapWatchlet(WatchServer* server);
+
+ static const QLatin1String myId;
};
}