qskinny/src/dialogs/QskMessageSubWindow.cpp

18 lines
499 B
C++
Raw Normal View History

2017-07-21 18:21:34 +02:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the QSkinny License, Version 1.0
*****************************************************************************/
#include "QskMessageSubWindow.h"
2018-08-03 08:15:28 +02:00
QskMessageSubWindow::QskMessageSubWindow( QQuickItem* parent )
: Inherited( parent )
2017-07-21 18:21:34 +02:00
{
}
QskMessageSubWindow::~QskMessageSubWindow()
{
}
#include "moc_QskMessageSubWindow.cpp"