mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-14 17:13:41 +00:00
do not derive from qwidget in aggregates
This commit is contained in:
@ -75,7 +75,7 @@ QStringList UpgradeSource::getSources()
|
||||
{
|
||||
QStringList sources;
|
||||
for (auto &item : m_extUpgrade->activeItems())
|
||||
sources.append(QString("upgrade/%1").arg(item->tag("pkgcount")));
|
||||
sources.append(item->tag("pkgcount"));
|
||||
|
||||
return sources;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user