More CLANG compiler warning fixes

This commit is contained in:
Tobias Doerffel
2014-03-21 11:14:22 +01:00
parent 6bb16951ad
commit 6a1a295cec
9 changed files with 36 additions and 41 deletions

View File

@@ -2,7 +2,7 @@
* ControllerRackView.cpp - view for song's controllers
*
* Copyright (c) 2008-2009 Paul Giblock <drfaygo/at/gmail.com>
* Copyright (c) 2010-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2010-2014 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -42,8 +42,7 @@
ControllerRackView::ControllerRackView( ) :
QWidget(),
m_lastY( 0 )
QWidget()
{
setMinimumWidth( 250 );
setMaximumWidth( 250 );