added NULL as default argument for parent

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1917 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-12-14 01:07:13 +00:00
parent 53776a1f1f
commit c23dcee37f
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2008-12-14 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* include/group_box.h:
added NULL as default argument for parent
* include/effect_rack_view.h:
* src/gui/widgets/effect_rack_view.cpp:
manage effectRackView with a QVBoxLayout

View File

@@ -1,5 +1,5 @@
/*
* group_box.h - LMMS-groupbox
* group_box.h - LMMS groupbox
*
* Copyright (c) 2005-2008 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
@@ -39,7 +39,7 @@ class groupBox : public QWidget, public boolModelView
{
Q_OBJECT
public:
groupBox( const QString & _caption, QWidget * _parent );
groupBox( const QString & _caption, QWidget * _parent = NULL );
virtual ~groupBox();
virtual void modelChanged( void );