Merge remote-tracking branch 'origin/4.8'

Change-Id: I0ff6f659b7ccd4ff5a79e422a1d54488508fe05f
This commit is contained in:
Eike Ziller
2018-10-16 07:11:57 +02:00
100 changed files with 344 additions and 224 deletions

View File

@@ -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);
}