19 #ifndef USERMETRICSINPUT_METRICMANAGER_H_
20 #define USERMETRICSINPUT_METRICMANAGER_H_
31 namespace UserMetricsInput {
34 class MetricParametersPrivate;
60 QScopedPointer<MetricParametersPrivate>
p;
100 virtual MetricPtr add(
const QString &dataSourceId,
101 const QString &formatString,
const QString &emptyDataString =
"",
102 const QString &textDomain =
"") = 0;
144 #endif // USERMETRICSINPUT_METRICMANAGER_H_