~neon/libkdegames/master

« back to all changes in this revision

Viewing changes to kgamerenderer.cpp

  • Committer: Friedrich W. H. Kossebau
  • Date: 2020-06-18 15:08:41 UTC
  • Revision ID: git-v1:a98250f6bdd6306d338ac0ed509b4379a6d4f7bc
Use Q_EMIT instead of emit

GIT_SILENT

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
                it1.value().clear(); //because the pixmap is outdated
182
182
                it1.key()->d->fetchPixmap();
183
183
        }
184
 
        emit m_parent->themeChanged(m_currentTheme);
 
184
        Q_EMIT m_parent->themeChanged(m_currentTheme);
185
185
}
186
186
 
187
187
bool KGameRendererPrivate::setTheme(const KgTheme* theme)