remove todo

This commit is contained in:
Guillaume Castagnino 2020-03-25 22:48:01 +01:00
parent e76da44e96
commit 8105a17759
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ bool XcbEventFilter::nativeEventFilter(const QByteArray &eventType, void *messag
if (xkb_event->xkbType == XCB_XKB_STATE_NOTIFY) {
/* We get the event twice here. Not critical, but to investigate */
//qDebug() << "XCB Mapping Event - group: " << xkb_event->group << " - eventType: " << xkb_event->eventType;
// TODO: update QML flag
//qDebug() << "current icon: " << m_favicon->property("lang");
switch (xkb_event->group)
{