mirror of https://github.com/procxx/kepka.git
Fix building without glib.
This commit is contained in:
parent
c961acabbc
commit
da4120bddd
|
@ -366,7 +366,7 @@ void Manager::Private::init(Manager *manager) {
|
|||
auto capabilityText = QString::fromUtf8(static_cast<const char*>(capability->data));
|
||||
_capabilities.push_back(capabilityText);
|
||||
}
|
||||
Libs::g_list_free_full(capabilities, g_free);
|
||||
Libs::g_list_free_full(capabilities, Libs::g_free);
|
||||
|
||||
LOG(("LibNotify capabilities: %1").arg(_capabilities.join(qstr(", "))));
|
||||
if (_capabilities.contains(qsl("actions"))) {
|
||||
|
|
Loading…
Reference in New Issue