mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix building without glib.
This commit is contained in:
parent
c961acabbc
commit
da4120bddd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue