backup branch of the infamous squiek skin
This commit is contained in:
parent
2c33949916
commit
c7fe25a63e
|
@ -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() );
|
||||
|
|
Loading…
Reference in New Issue