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

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

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

revision 3757 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3758 by capela, Fri Mar 27 17:57:40 2020 UTC
# Line 1  Line 1 
1  // qsamplerDeviceForm.h  // qsamplerDeviceForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 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 40  class DeviceForm : public QDialog Line 40  class DeviceForm : public QDialog
40    
41  public:  public:
42    
43          DeviceForm(QWidget *pParent = nullptr, Qt::WindowFlags wflags = 0);          DeviceForm(QWidget *pParent = nullptr, Qt::WindowFlags wflags = Qt::WindowFlags());
44          ~DeviceForm();          ~DeviceForm();
45    
46          void setDeviceTypeMode(Device::DeviceType deviceType);          void setDeviceTypeMode(Device::DeviceType deviceType);

Legend:
Removed from v.3757  
changed lines
  Added in v.3758

  ViewVC Help
Powered by ViewVC