comparison IOException.hpp @ 9:b5943e4bf676

Fix up header includes. Introduce outer catch. Fix coding style. Remove spurious debug output.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Wed, 22 Aug 2012 18:48:07 +0200
parents a3834af36579
children
comparison
equal deleted inserted replaced
8:d7b384b4a834 9:b5943e4bf676
3 3
4 #include "Exception.hpp" 4 #include "Exception.hpp"
5 5
6 class IOException : public Exception { 6 class IOException : public Exception {
7 public: 7 public:
8 IOException(const QString& errMsg); 8 IOException(const string_t& errMsg);
9 }; 9 };
10 10
11 #endif //IOEXCEPTION_HPP 11 #endif //IOEXCEPTION_HPP