/[svn]/qsampler/trunk/src/qsamplerMainForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2680 by capela, Thu Feb 14 14:57:43 2013 UTC revision 2681 by capela, Wed Dec 24 14:23:06 2014 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2013, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2014, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 126  protected slots: Line 126  protected slots:
126          // Channel strip activation/selection.          // Channel strip activation/selection.
127          void activateStrip(QMdiSubWindow *pMdiSubWindow);          void activateStrip(QMdiSubWindow *pMdiSubWindow);
128    
129            // Channel toolbar orientation change.
130            void channelsToolbarOrientation(Qt::Orientation orientation);
131    
132  protected:  protected:
133    
134          bool queryClose();          bool queryClose();

Legend:
Removed from v.2680  
changed lines
  Added in v.2681

  ViewVC Help
Powered by ViewVC