--- qsampler/trunk/src/qsamplerMainForm.h 2013/02/14 14:57:43 2415 +++ qsampler/trunk/src/qsamplerMainForm.h 2014/12/24 14:23:06 2681 @@ -1,7 +1,7 @@ // qsamplerMainForm.h // /**************************************************************************** - Copyright (C) 2004-2013, rncbc aka Rui Nuno Capela. All rights reserved. + Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved. Copyright (C) 2007, 2008 Christian Schoenebeck This program is free software; you can redistribute it and/or @@ -126,6 +126,9 @@ // Channel strip activation/selection. void activateStrip(QMdiSubWindow *pMdiSubWindow); + // Channel toolbar orientation change. + void channelsToolbarOrientation(Qt::Orientation orientation); + protected: bool queryClose();