summaryrefslogtreecommitdiff
path: root/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h
blob: 9c32718c56bfb4021a5f7b2736f5d2d3a6b1aa0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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