qskinny/playground/plots/PlotSkin.h

14 lines
338 B
C++

/******************************************************************************
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
class QskSkin;
namespace PlotSkin
{
void extendSkin( QskSkin* );
};