x2t 2.0.2.420

This commit is contained in:
ElenaSubbotina
2016-12-12 11:43:10 +03:00
parent 250a6e5a06
commit a84425b49f
3 changed files with 6 additions and 6 deletions

View File

@ -141,9 +141,9 @@ public:
if (c.rules[j].text) CP_XML_ATTR(L"text", *c.rules[j].text);
if (c.rules[j].rank) CP_XML_ATTR(L"rank", *c.rules[j].rank);
//CP_XML_ATTR(L"bottom" , 0);
//CP_XML_ATTR(L"equalAverage" , 0);
//CP_XML_ATTR(L"aboveAverage" , 0);
//CP_XML_ATTR(L"bottom" , 0);
//CP_XML_ATTR(L"equalAverage" , 0);
//CP_XML_ATTR(L"aboveAverage" , 0);
if (c.rules[j].type == 1)
{
CP_XML_ATTR(L"type", *c.rules[j].formula_type);

View File

@ -104,7 +104,7 @@ struct view_elm : settings_elm
class settings_container::Impl
{
public:
settings_container::Impl() : inViewTable(false), inView(false) {}
Impl() : inViewTable(false), inView(false) {}
settings_elm common;
settings_elm common_view;
@ -266,4 +266,4 @@ _CP_OPT(std::wstring) settings_container::find_view_by_name(const std::wstring &
}
}
}
}

View File

@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.417
VERSION = 2.0.2.420
DEFINES += INTVER=$$VERSION
TARGET = x2t