qskinny/support/SkinnyShapeProvider.h

17 lines
512 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 17:00:50 +02:00
#pragma once
2017-07-21 18:21:34 +02:00
#include "SkinnyGlobal.h"
#include <QskGraphicProvider.h>
class SKINNY_EXPORT SkinnyShapeProvider : public QskGraphicProvider
{
2019-01-07 09:13:53 +01:00
protected:
2018-07-31 17:32:25 +02:00
const QskGraphic* loadGraphic( const QString& id ) const override final;
2017-07-21 18:21:34 +02:00
};