Fixed: #1373 the Mission Compiler plugin build for Linux and pre-4.7 Qt.

This commit is contained in:
sfb 2011-10-13 10:19:15 -05:00
parent 785fa25683
commit 187964cefd
2 changed files with 3 additions and 2 deletions

View file

@ -379,7 +379,7 @@ bool MissionCompilerMainWindow::parsePrimForMissions(NLLIGO::IPrimitive const *p
{ {
std::string value; std::string value;
// if the node is a mission parse it // if the node is a mission parse it
if (prim->getPropertyByName("class",value) && !stricmp(value.c_str(),"mission") ) if (prim->getPropertyByName("class",value) && !NLMISC::stricmp(value.c_str(),"mission") )
{ {
std::string name; std::string name;
prim->getPropertyByName("name",name); prim->getPropertyByName("name",name);

View file

@ -234,9 +234,10 @@
</item> </item>
<item> <item>
<widget class="QLineEdit" name="filterEdit"> <widget class="QLineEdit" name="filterEdit">
<!-- Removed due to incompatibility with Qt 4.6 and uic still adding it to the source.
<property name="placeholderText"> <property name="placeholderText">
<string>type filter here</string> <string>type filter here</string>
</property> </property> -->
</widget> </widget>
</item> </item>
<item> <item>