Little fix.

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2016-05-17 12:35:18 +03:00
parent 5933da7403
commit b55c0ffff5

View file

@ -113,7 +113,7 @@ public:
const VDetail GetDetail(quint32 id) const;
qreal GetTableValue(const QString& name, MeasurementsType patternType) const;
template <typename T>
QSharedPointer<T> GetVariable(QString name) const;
QSharedPointer<T> GetVariable(QString name) const;
static quint32 getId();
static quint32 getNextId();
static void UpdateId(quint32 newId);