unregisterFactories added
This commit is contained in:
parent
2479064f58
commit
4c190ffe49
@ -482,6 +482,11 @@ void QskSkinManager::unregisterFactory( const QString& factoryId )
|
||||
m_data->factoryMap.removeFactory( factoryId.toLower() );
|
||||
}
|
||||
|
||||
void QskSkinManager::unregisterFactories()
|
||||
{
|
||||
m_data->factoryMap.reset();
|
||||
}
|
||||
|
||||
QStringList QskSkinManager::skinNames() const
|
||||
{
|
||||
m_data->ensurePlugins();
|
||||
|
@ -35,6 +35,7 @@ class QSK_EXPORT QskSkinManager : public QObject
|
||||
|
||||
void registerFactory( const QString& factoryId, QskSkinFactory* );
|
||||
void unregisterFactory( const QString& factoryId );
|
||||
void unregisterFactories();
|
||||
|
||||
QStringList skinNames() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user