mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
changes in Extensions ABI
* rewrite aggregator to normal qt ui * use X-AW prefix for formatters options * fix logging * use nullptr in headers
This commit is contained in:
@ -198,7 +198,7 @@ void AbstractExtItem::readConfiguration()
|
||||
bool AbstractExtItem::tryDelete() const
|
||||
{
|
||||
bool status = QFile::remove(m_fileName);
|
||||
qCInfo(LOG_AW) << "Remove file" << m_fileName << status;
|
||||
qCInfo(LOG_LIB) << "Remove file" << m_fileName << status;
|
||||
|
||||
return status;
|
||||
}
|
||||
|
Reference in New Issue
Block a user