aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/contextkitplugin.h
diff options
context:
space:
mode:
authorMarja Hassinen <marja.hassinen@nokia.com>2010-09-13 14:05:00 +0300
committerMarja Hassinen <marja.hassinen@nokia.com>2010-09-13 14:05:00 +0300
commit37758afe5970fb28c5c71f25d02a9b593cd991de (patch)
treea199f87f0f226022fa72e01fa8f957a6a27d3826 /libcontextsubscriber/src/contextkitplugin.h
parent8b94193eb6e85bd41d50c3d6ea276a9f22e38ada (diff)
file-static const char[]'s instead of class-static QStrings.unloadable
Diffstat (limited to 'libcontextsubscriber/src/contextkitplugin.h')
-rw-r--r--libcontextsubscriber/src/contextkitplugin.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libcontextsubscriber/src/contextkitplugin.h b/libcontextsubscriber/src/contextkitplugin.h
index 077a027c..d1aab54b 100644
--- a/libcontextsubscriber/src/contextkitplugin.h
+++ b/libcontextsubscriber/src/contextkitplugin.h
@@ -114,12 +114,6 @@ private:
QHash<QString, QString> objectPathToKey;
- static const QString managerIName; ///< org.freedesktop.ContextKit.Manager
- static const QString subscriberIName; ///< org.freedesktop.ContextKit.Subscriber
- static const QString managerPath; ///< /org/freedesktop/ContextKit/Manager
- static const QString propertyIName; ///< org.maemo.contextkit.Property
- static const QString corePrefix; ///< /org/maemo/contextkit/
-
};
QVariant demarshallValue(const QVariant &v);