Mercurial > dedupe
view IOException.cpp @ 12:0114be0b5ad4
Fix error string formatting.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Fri, 24 Aug 2012 22:56:43 +0200 |
| parents | a3834af36579 |
| children |
line wrap: on
line source
#include "IOException.hpp" IOException::IOException(const QString& errorMsg) : Exception(errorMsg) { }
