Commit a84425b4 authored by ElenaSubbotina's avatar ElenaSubbotina

x2t 2.0.2.420

parent 250a6e5a
......@@ -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);
......
......@@ -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 &
}
}
}
\ No newline at end of file
}
......@@ -7,7 +7,7 @@
QT -= core
QT -= gui
VERSION = 2.0.2.417
VERSION = 2.0.2.420
DEFINES += INTVER=$$VERSION
TARGET = x2t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment