15 lines
377 B
C
Raw Normal View History

2022-07-05 15:45:06 +02:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
2023-04-06 09:23:37 +02:00
* SPDX-License-Identifier: BSD-3-Clause
2022-07-05 15:45:06 +02:00
*****************************************************************************/
#pragma once
#include "Page.h"
class DialogPage : public Page
{
public:
DialogPage( QQuickItem* = nullptr );
};