mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-02-02 19:27:38 +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);
|
Q_UNUSED(obj);
|
||||||
if (event->type() == QEvent::ApplicationPaletteChange)
|
if (event->type() == QEvent::ApplicationPaletteChange)
|
||||||
{
|
{
|
||||||
qDebug()<<"--------->";
|
|
||||||
Q_EMIT darkChanged();
|
Q_EMIT darkChanged();
|
||||||
event->accept();
|
event->accept();
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user