comparison Exception/SQLException.hpp @ 31:bf3dce7fedcb

Remove all references to QDebug
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 06 Sep 2012 19:14:58 +0200
parents
children c9447697609f
comparison
equal deleted inserted replaced
30:1072257d2bab 31:bf3dce7fedcb
1 #ifndef SQLEXCEPTION_HPP
2 #define SQLEXCEPTION_HPP
3
4 #include "Exception.hpp"
5 class QSqlQuery;
6
7 class SQLException : public Exception {
8 public:
9 SQLException(const string_t& errMsg);
10 SQLException(const QSqlQuery& error);
11 };
12
13 #endif //IOEXCEPTION_HPP