src/gui/styles/qstylefactory.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    79 QT_BEGIN_INCLUDE_NAMESPACE
    79 QT_BEGIN_INCLUDE_NAMESPACE
    80 #  include "qmacstyle_mac.h"
    80 #  include "qmacstyle_mac.h"
    81 QT_END_INCLUDE_NAMESPACE
    81 QT_END_INCLUDE_NAMESPACE
    82 #endif
    82 #endif
    83 
    83 
    84 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS)
    84 #ifndef QT_NO_LIBRARY
    85 Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
    85 Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader, loader,
    86     (QStyleFactoryInterface_iid, QLatin1String("/styles"), Qt::CaseInsensitive))
    86     (QStyleFactoryInterface_iid, QLatin1String("/styles"), Qt::CaseInsensitive))
    87 #endif
    87 #endif
    88 
    88 
    89 /*!
    89 /*!