/** * Copyright Mikael Högdahl - triyana@users.sourceforge.net * * This source is distributed under the terms of the Q Public License version 1.0, * created by Trolltech (www.trolltech.com). */ #include "MHDC.h" /** * Create device contect */ MHDC::MHDC () : MH () { aFontSize = 12; } /** * Destroy object */ MHDC::~MHDC () { }