qskinny/examples/automotive/MainWindow.h

20 lines
438 B
C
Raw Normal View History

2019-06-20 10:02:28 +00:00
/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
* This file may be used under the terms of the 3-clause BSD License
*****************************************************************************/
2017-07-25 05:24:27 +00:00
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QskWindow.h>
2017-07-25 09:33:33 +00:00
class QQuickItem;
2017-07-25 05:24:27 +00:00
class MainWindow : public QskWindow
{
2018-08-03 06:15:28 +00:00
public:
2017-07-25 05:24:27 +00:00
MainWindow();
};
2017-07-25 09:33:33 +00:00
#endif