2022-12-03 17:19:07 +01:00
|
|
|
/******************************************************************************
|
|
|
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
2023-04-06 09:23:37 +02:00
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
2022-12-03 17:19:07 +01:00
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <QskWindow.h>
|
|
|
|
|
|
|
|
class Window : public QskWindow
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
Window();
|
|
|
|
};
|