~ubuntu-branches/ubuntu/vivid/qtdeclarative-opensource-src-gles/vivid

« back to all changes in this revision

Viewing changes to src/quick/util/qquickglobal.cpp

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2015-03-11 16:51:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150311165145-7653iqap3mau92gy
Tags: 5.4.1-0ubuntu1
Sync package with qtdeclarative-opensource-src - 5.4.1-1ubuntu3

Show diffs side-by-side

added added

removed removed

Lines of Context:
982
982
    QQml_setGuiProvider(getGuiProvider());
983
983
}
984
984
 
 
985
void QQuick_deinitializeProviders()
 
986
{
 
987
    QQml_removeValueTypeProvider(getValueTypeProvider());
 
988
    QQml_setColorProvider(0); // technically, another plugin may have overridden our providers
 
989
    QQml_setGuiProvider(0);   // but we cannot handle that case in a sane way.
 
990
}
 
991
 
985
992
QT_END_NAMESPACE