source: trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/errorinfoevent.cpp@ 3401

Last change on this file since 3401 was 3401, checked in by merck, 21 years ago
nitial checkin of AMC project
File size: 491 bytes
Line 
1// ErrorInfoEvent.cpp: Implementierung der Klasse ErrorInfoEvent.
2//
3//////////////////////////////////////////////////////////////////////
4
5#include "errorinfoevent.h"
6
7//////////////////////////////////////////////////////////////////////
8// Konstruktion/Destruktion
9//////////////////////////////////////////////////////////////////////
10
11ErrorInfoEvent::ErrorInfoEvent( QString p_qsMsg )
12 : QCustomEvent( ERROR_INFO_EVENT ), m_qsMsg( p_qsMsg )
13{
14}
15
16ErrorInfoEvent::~ErrorInfoEvent()
17{
18
19}
Note: See TracBrowser for help on using the repository browser.