Line | |
---|
1 | // ErrorInfoEvent.cpp: Implementierung der Klasse ErrorInfoEvent.
|
---|
2 | //
|
---|
3 | //////////////////////////////////////////////////////////////////////
|
---|
4 |
|
---|
5 | #include "errorinfoevent.h"
|
---|
6 |
|
---|
7 | //////////////////////////////////////////////////////////////////////
|
---|
8 | // Konstruktion/Destruktion
|
---|
9 | //////////////////////////////////////////////////////////////////////
|
---|
10 |
|
---|
11 | ErrorInfoEvent::ErrorInfoEvent( QString p_qsMsg )
|
---|
12 | : QCustomEvent( ERROR_INFO_EVENT ), m_qsMsg( p_qsMsg )
|
---|
13 | {
|
---|
14 | }
|
---|
15 |
|
---|
16 | ErrorInfoEvent::~ErrorInfoEvent()
|
---|
17 | {
|
---|
18 |
|
---|
19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.