Added MessageService and MessageManager classes.
[situare] / src / messageservice / messageservice.h
1 #ifndef MESSAGESERVICE_H
2 #define MESSAGESERVICE_H
3
4 #include <QMessageService>
5
6 QTM_USE_NAMESPACE
7
8 class MessageService : public QMessageService
9 {
10     Q_OBJECT
11 public:
12
13     MessageService(QObject *parent = 0);
14
15 signals:
16
17 public slots:
18
19 };
20
21 #endif // MESSAGESERVICE_H