18 lines
498 B
C++
18 lines
498 B
C++
![]() |
/******************************************************************************
|
||
|
* QSkinny - Copyright (C) 2016 Uwe Rathmann
|
||
|
* This file may be used under the terms of the QSkinny License, Version 1.0
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#include "QskMessageSubWindow.h"
|
||
|
|
||
|
QskMessageSubWindow::QskMessageSubWindow( QQuickItem* parent ):
|
||
|
Inherited( parent )
|
||
|
{
|
||
|
}
|
||
|
|
||
|
QskMessageSubWindow::~QskMessageSubWindow()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
#include "moc_QskMessageSubWindow.cpp"
|