qskinny/playground/plots/PlotSkin.h
2024-01-17 14:31:45 +01:00

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* );
};