Renamed Parser::isCxxOxEnabled().

This commit is contained in:
Roberto Raggi
2010-03-23 14:10:39 +01:00
parent 87d28e1814
commit b4542eff3c
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ void Parser::setQtMocRunEnabled(bool onoff)
bool Parser::cxx0xEnabled() const
{ return _cxx0xEnabled; }
void Parser::isCxxOxEnabled(bool onoff)
void Parser::setCxxOxEnabled(bool onoff)
{ _cxx0xEnabled = onoff; }
bool Parser::objCEnabled() const