lemAutoRun  1.0
PValidateErrorHandler.h
Go to the documentation of this file.
1 /********************************************************************************************
2 
3  PValidateErrorHandler.h
4 
5 *********************************************************************************************
6 
7  begin : Andreas Suter, 2007/04/24
8  modfied: :
9  copyright : (C) 2007 by
10  email : andreas.suter@psi.ch
11 
12 ********************************************************************************************/
13 
14 /***************************************************************************
15  * *
16  * This program is free software; you can redistribute it and/or modify *
17  * it under the terms of the GNU General Public License as published by *
18  * the Free Software Foundation; either version 2 of the License, or *
19  * (at your option) any later version. *
20  * *
21  ***************************************************************************/
22 
23 #ifndef _PVALIDATEERRORHANDLER_H_
24 #define _PVALIDATEERRORHANDLER_H_
25 
26 #include <QObject>
27 
29 {
30  Q_OBJECT
31 
32  public:
35 
36  public slots:
37  void HandleErrors(int, int, int errorNo, int line, QString errorMsg);
38 };
39 
40 #endif // _PVALIDATEERRORHANDLER_H_
void HandleErrors(int, int, int errorNo, int line, QString errorMsg)