qskinny/playground/models/Window.h

17 lines
364 B
C++

/******************************************************************************
* QSkinny - Copyright (C) The authors
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
#include <QskWindow.h>
class Window : public QskWindow
{
Q_OBJECT
public:
Window();
};