summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h
blob: cb46236db1059d50718461f4848b84bf4913a17a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SDLALERT_H
#define SDLALERT_H

#include <QQuickItem>

class SdlAlert : public QQuickItem
{
    Q_OBJECT
public:
    explicit SdlAlert(QObject *parent = 0);
    
signals:
    
public slots:
    
};

#endif // SDLALERT_H