forked from qt-creator/qt-creator
ProjectExplorer: Remove unused RunWorker functions
Change-Id: If5d7368cf46b789c80162271cb6e71ebaae1548e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1525,11 +1525,6 @@ void RunWorker::setStopTimeout(int ms)
|
||||
d->stopWatchdogInterval = ms;
|
||||
}
|
||||
|
||||
void RunWorker::reportData(int channel, const QVariant &data)
|
||||
{
|
||||
emit dataReported(channel, data);
|
||||
}
|
||||
|
||||
void RunWorker::recordData(const QString &channel, const QVariant &data)
|
||||
{
|
||||
d->data[channel] = data;
|
||||
|
||||
Reference in New Issue
Block a user