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

@@ -146,7 +146,7 @@ bool Qt4ProjectManagerPlugin::initialize(const QStringList &arguments, QString *
addAutoReleasedObject(new LinguistExternalEditor);
addAutoReleasedObject(new S60Manager);
addAutoReleasedObject(MaemoManager::instance());
addAutoReleasedObject(new MaemoManager);
new ProFileCacheManager(this);