mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-02 05:39:55 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -46,7 +46,7 @@ QHash<QString, KSysGuard::SensorInfo *> RequestSource::sources() const
|
||||
|
||||
for (auto item : m_extNetRequest->activeItems())
|
||||
result.insert(item->tag("response"),
|
||||
makeSensorInfo(QString("Network response for %1").arg(item->uniq()), QVariant::String));
|
||||
makeSensorInfo(QString("Network response for %1").arg(item->uniq()), QMetaType::QString));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user