forked from qt-creator/qt-creator
fix a few krazy warnings
This commit is contained in:
@@ -1366,7 +1366,7 @@ void WatchHandler::showEditValue(const WatchData &data)
|
||||
p->waitForStarted();
|
||||
m_editHandlers[key] = p;
|
||||
}
|
||||
p->write(input + "\n");
|
||||
p->write(input + '\n');
|
||||
} else {
|
||||
QTC_ASSERT(false, qDebug() << "Display format: " << data.editformat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user