1#ifndef DUMMYFILEREADER_HH
2#define DUMMYFILEREADER_HH
4#include "errorstack.hh"
This class defines the interface all device-specific code-plugs must implement.
Definition codeplug.hh:20
Just a class implementing the filereader "interface" that fails.
Definition dummyfilereader.hh:10
static bool read(const QString &filename, Codeplug *codeplug, const ErrorStack &err=ErrorStack())
Does not read the specified file.
Definition dummyfilereader.cc:4
Implements a stack of error messages to provide a pretty formatted error traceback.
Definition errorstack.hh:41