Refactoring.
--HG-- branch : feature
This commit is contained in:
parent
48cd74cabd
commit
792784de24
|
@ -72,6 +72,7 @@ QVariant VFormulaProperty::data (int column, int role) const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
Qt::ItemFlags VFormulaProperty::flags(int column) const
|
Qt::ItemFlags VFormulaProperty::flags(int column) const
|
||||||
{
|
{
|
||||||
if (column == DPC_Name || column == DPC_Data)
|
if (column == DPC_Name || column == DPC_Data)
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
*************************************************************************/
|
*************************************************************************/
|
||||||
|
|
||||||
#include "vabstractmeasurements.h"
|
#include "vabstractmeasurements.h"
|
||||||
#include "../core/vapplication.h"
|
|
||||||
|
|
||||||
const QString VAbstractMeasurements::TagUnit = QStringLiteral("unit");
|
const QString VAbstractMeasurements::TagUnit = QStringLiteral("unit");
|
||||||
const QString VAbstractMeasurements::AttrValue = QStringLiteral("value");
|
const QString VAbstractMeasurements::AttrValue = QStringLiteral("value");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user