mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 00:25:53 +01:00
2016-05-24 Fred Gleason <fredg@paravelsystems.com>
* Removed all CVS tags. * Removed 'const char *name' parameter from all QObject contructors.
This commit is contained in:
@@ -2,9 +2,7 @@
|
||||
//
|
||||
// A selection widget for audio devices.
|
||||
//
|
||||
// (C) Copyright 2002-2007 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// $Id: rdhpisoundselector.h,v 1.4 2011/05/18 14:38:13 cvs Exp $
|
||||
// (C) Copyright 2002-2007,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -19,7 +17,6 @@
|
||||
// License along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef RDHPISOUNDSELECTOR_H
|
||||
#define RDHPISOUNDSELECTOR_H
|
||||
@@ -49,8 +46,7 @@ class RDHPISoundSelector : public QListBox
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RDHPISoundSelector(RDHPISoundCard::DeviceClass dev_class,
|
||||
QWidget *parent=0,const char *name=0);
|
||||
RDHPISoundSelector(RDHPISoundCard::DeviceClass dev_class,QWidget *parent=0);
|
||||
|
||||
signals:
|
||||
void changed(int card,int port);
|
||||
|
||||
Reference in New Issue
Block a user