Use multidata in timeline model
This commit is contained in:
parent
e09188c4d0
commit
24f370d6c0
3 changed files with 25 additions and 3 deletions
|
|
@ -852,8 +852,8 @@ UserSettings::setOpenVideoExternal(bool state)
|
|||
void
|
||||
UserSettings::applyTheme()
|
||||
{
|
||||
QGuiApplication::setPalette(Theme::paletteFromTheme(this->theme()));
|
||||
QApplication::setPalette(Theme::paletteFromTheme(this->theme()));
|
||||
QGuiApplication::setPalette(Theme::paletteFromTheme(this->theme()));
|
||||
QApplication::setPalette(Theme::paletteFromTheme(this->theme()));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue