mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-08-29 03:39:57 +00:00
refactor: fix some minor clang-tidy warnings
This commit is contained in:
@ -71,9 +71,9 @@ QHash<QString, KSysGuard::SensorInfo *> ProcessesSource::sources() const
|
||||
{
|
||||
auto result = QHash<QString, KSysGuard::SensorInfo *>();
|
||||
|
||||
result.insert("running", makeSensorInfo("Count of running processes", QVariant::Int));
|
||||
result.insert("list", makeSensorInfo("All running processes list", QVariant::StringList));
|
||||
result.insert("count", makeSensorInfo("Total count of processes", QVariant::Int));
|
||||
result.insert("running", makeSensorInfo("Count of running processes", QMetaType::Int));
|
||||
result.insert("list", makeSensorInfo("All running processes list", QMetaType::QStringList));
|
||||
result.insert("count", makeSensorInfo("Total count of processes", QMetaType::Int));
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Reference in New Issue
Block a user