mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-10-31 00:07:36 +08:00
update
This commit is contained in:
parent
aba33c4d1f
commit
882606b2f6
@ -34,7 +34,6 @@ bool FluTheme::eventFilter(QObject *obj, QEvent *event)
|
||||
Q_UNUSED(obj);
|
||||
if (event->type() == QEvent::ApplicationPaletteChange)
|
||||
{
|
||||
qDebug()<<"--------->";
|
||||
Q_EMIT darkChanged();
|
||||
event->accept();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user