Return a reference to the object, changed from pointer.

Since we use addAutoReleasedObject we would rather unclean call the
class destructor.
This commit is contained in:
kh1
2010-02-23 16:22:25 +01:00
parent 399ad59faa
commit 69ebf668ba
7 changed files with 19 additions and 22 deletions

View File

@@ -493,7 +493,7 @@ void MaemoRunConfiguration::qemuProcessFinished()
void MaemoRunConfiguration::enabledStateChanged()
{
MaemoManager::instance()->setQemuSimulatorStarterEnabled(isEnabled());
MaemoManager::instance().setQemuSimulatorStarterEnabled(isEnabled());
}
void MaemoRunConfiguration::updateDeviceConfigurations()