mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-02 08:25:56 +00:00
implement qcronscheduler, tests update
This commit is contained in:
@ -253,8 +253,8 @@ void AWFormatterHelper::initKeys()
|
||||
continue;
|
||||
}
|
||||
if (!m_formattersClasses.contains(name)) {
|
||||
qCWarning(LOG_AW) << "Invalid formatter" << name << "found in"
|
||||
<< key;
|
||||
qCWarning(LOG_AW)
|
||||
<< "Invalid formatter" << name << "found in" << key;
|
||||
continue;
|
||||
}
|
||||
m_formatters[key] = m_formattersClasses[name];
|
||||
|
Reference in New Issue
Block a user