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

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

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

revision 3554 by capela, Mon Jul 8 10:06:57 2013 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerDeviceStatusForm.h  // qsamplerDeviceStatusForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4       Copyright (C) 2010-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, Christian Schoenebeck
    Copyright (C) 2010-2013, rncbc aka Rui Nuno Capela. All rights reserved.  
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 69  class DeviceStatusForm : public QWidget Line 69  class DeviceStatusForm : public QWidget
69  public:  public:
70    
71          DeviceStatusForm(int DeviceID,          DeviceStatusForm(int DeviceID,
72                  QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);                  QWidget* pParent = nullptr, Qt::WindowFlags wflags = 0);
73          ~DeviceStatusForm();          ~DeviceStatusForm();
74    
75          QAction *visibleAction();          QAction *visibleAction();

Legend:
Removed from v.3554  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC