Mercurial > dedupe
view IOException.cpp @ 14:e60d6caceb62
Fix error in boost findfile traversal.
Remove debug info.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Fri, 24 Aug 2012 23:02:01 +0200 |
| parents | a3834af36579 |
| children |
line wrap: on
line source
#include "IOException.hpp" IOException::IOException(const QString& errorMsg) : Exception(errorMsg) { }
