// Copyright (c) 2012 - 2026 kio@little-bat.de
// BSD-2-Clause license
// https://opensource.org/licenses/BSD-2-Clause


#include "PrinterTs2040Insp.h"

namespace zxsp
{

PrinterTs2040Insp::PrinterTs2040Insp(QWidget* w, MachineController* mc, volatile PrinterTs2040* i) : Inspector(w, mc, i)
{}

} // namespace zxsp
