summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h')
-rw-r--r--SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h b/SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h
deleted file mode 100644
index cb46236db..000000000
--- a/SDL_Core/src/components/qt_hmi/References/Work/fordsdlcore/sdlalert.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#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