qskinny/support/SkinnyNamespace.h

16 lines
486 B
C
Raw Normal View History

2017-07-21 18:21:34 +02:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
2022-04-01 13:56:16 +02:00
#pragma once
2017-07-21 18:21:34 +02:00
#include "SkinnyGlobal.h"
2022-04-01 13:56:16 +02:00
#include <QskAnimationHint.h>
2017-07-21 18:21:34 +02:00
2022-04-01 13:56:16 +02:00
namespace Skinny
2017-07-21 18:21:34 +02:00
{
2022-04-01 13:56:16 +02:00
SKINNY_EXPORT void changeSkin( QskAnimationHint hint = 500 );
SKINNY_EXPORT void changeFonts( int increment );
2017-07-21 18:21:34 +02:00
}