Compare commits

...

1 Commits

Author SHA1 Message Date
Uwe Rathmann c7fe25a63e backup branch of the infamous squiek skin 2024-01-25 08:47:15 +01:00
1 changed files with 0 additions and 4 deletions

View File

@ -49,9 +49,7 @@ static bool pluginPath = initPluginPath();
#if defined( ENSURE_SKINS )
#if 0
#include <squiek/QskSquiekSkinFactory.h>
#endif
#include <material3/QskMaterial3SkinFactory.h>
#include <fluent2/QskFluent2SkinFactory.h>
#include <fusion/QskFusionSkinFactory.h>
@ -67,9 +65,7 @@ static bool pluginPath = initPluginPath();
we manually add them here.
*/
#if 0
qskSkinManager->registerFactory( "SquiekFactory", new QskSquiekSkinFactory() );
#endif
qskSkinManager->registerFactory( "Material3Factory", new QskMaterial3SkinFactory() );
qskSkinManager->registerFactory( "Fluent2Factory", new QskFluent2SkinFactory() );
qskSkinManager->registerFactory( "FusionFactory", new QskFusionSkinFactory() );