/* graph spacer Implementation Copyright (c)2013 Mark Watkins License: GPL */ #include "gspacer.h" gSpacer::gSpacer(int space) :Layer(NoChannel) { m_space=space; }