forked from qt-creator/qt-creator
Fix trk-Launcher output connection.
This commit is contained in:
@@ -785,6 +785,11 @@ void S60DeviceRunControlBase::slotWaitingForTrkClosed()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void S60DeviceRunControlBase::printApplicationOutput(const QString &output)
|
||||||
|
{
|
||||||
|
printApplicationOutput(output, false);
|
||||||
|
}
|
||||||
|
|
||||||
void S60DeviceRunControlBase::printApplicationOutput(const QString &output, bool onStdErr)
|
void S60DeviceRunControlBase::printApplicationOutput(const QString &output, bool onStdErr)
|
||||||
{
|
{
|
||||||
emit addToOutputWindowInline(this, output, onStdErr);
|
emit addToOutputWindowInline(this, output, onStdErr);
|
||||||
|
|||||||
@@ -162,6 +162,7 @@ protected:
|
|||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void printApplicationOutput(const QString &output, bool onStdErr);
|
void printApplicationOutput(const QString &output, bool onStdErr);
|
||||||
|
void printApplicationOutput(const QString &output);
|
||||||
void deviceRemoved(const SymbianUtils::SymbianDevice &);
|
void deviceRemoved(const SymbianUtils::SymbianDevice &);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
|
|||||||
Reference in New Issue
Block a user