forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.8'
Change-Id: I0ff6f659b7ccd4ff5a79e422a1d54488508fe05f
This commit is contained in:
@@ -239,8 +239,7 @@ void UnstartedAppWatcherDialog::pidFound(const DeviceProcessItem &p)
|
||||
void UnstartedAppWatcherDialog::startStopWatching(bool start)
|
||||
{
|
||||
setWaitingState(start ? WatchingState : NotWatchingState);
|
||||
m_watchingPushButton->setText(start ? QLatin1String("Stop Watching")
|
||||
: QLatin1String("Start Watching"));
|
||||
m_watchingPushButton->setText(start ? tr("Stop Watching") : tr("Start Watching"));
|
||||
startStopTimer(start);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user