comparison base/Exceptions.h @ 686:b4a8d8221eaf debug-output

Remove most toStdString calls (no longer needed, with debug header)
author Chris Cannam
date Thu, 12 May 2011 17:31:24 +0100
parents 65d955c4d671
children 6a94bb528e9d
comparison
equal deleted inserted replaced
685:99222d4bfc78 686:b4a8d8221eaf
17 #define _EXCEPTIONS_H_ 17 #define _EXCEPTIONS_H_
18 18
19 #include <exception> 19 #include <exception>
20 20
21 #include <QString> 21 #include <QString>
22
23 #include "Debug.h"
22 24
23 class FileNotFound : virtual public std::exception 25 class FileNotFound : virtual public std::exception
24 { 26 {
25 public: 27 public:
26 FileNotFound(QString file) throw(); 28 FileNotFound(QString file) throw();