Trk: Controlling Launcher using an enum.

This commit is contained in:
Robert Loehning
2009-10-05 18:48:53 +02:00
parent 49dc962957
commit 51f997d6f0
4 changed files with 66 additions and 27 deletions

View File

@@ -624,7 +624,7 @@ void S60DeviceRunControlBase::signsisProcessFinished()
emit finished();
return;
}
m_launcher = new trk::Launcher;
m_launcher = new trk::Launcher(trk::Launcher::ActionCopyInstallRun);
connect(m_launcher, SIGNAL(finished()), this, SLOT(launcherFinished()));
connect(m_launcher, SIGNAL(copyingStarted()), this, SLOT(printCopyingNotice()));
connect(m_launcher, SIGNAL(canNotCreateFile(QString,QString)), this, SLOT(printCreateFileFailed(QString,QString)));