From 4107572115a28ffc37a1fd53584ba708d36b481c Mon Sep 17 00:00:00 2001 From: Jonas Trappenberg Date: Sun, 11 Jan 2015 14:44:40 -0800 Subject: [PATCH] Put on one line what comfortably fits into 80 chars. --- src/gui/editors/PianoRoll.cpp | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/gui/editors/PianoRoll.cpp b/src/gui/editors/PianoRoll.cpp index b1b682bca..c9ff4d975 100644 --- a/src/gui/editors/PianoRoll.cpp +++ b/src/gui/editors/PianoRoll.cpp @@ -263,28 +263,23 @@ PianoRoll::PianoRoll() : } if( s_toolDraw == NULL ) { - s_toolDraw = new QPixmap( embed::getIconPixmap( - "edit_draw" ) ); + s_toolDraw = new QPixmap( embed::getIconPixmap( "edit_draw" ) ); } if( s_toolErase == NULL ) { - s_toolErase= new QPixmap( embed::getIconPixmap( - "edit_erase" ) ); + s_toolErase= new QPixmap( embed::getIconPixmap( "edit_erase" ) ); } if( s_toolSelect == NULL ) { - s_toolSelect = new QPixmap( embed::getIconPixmap( - "edit_select" ) ); + s_toolSelect = new QPixmap( embed::getIconPixmap( "edit_select" ) ); } if( s_toolMove == NULL ) { - s_toolMove = new QPixmap( embed::getIconPixmap( - "edit_move" ) ); + s_toolMove = new QPixmap( embed::getIconPixmap( "edit_move" ) ); } if( s_toolOpen == NULL ) { - s_toolOpen = new QPixmap( embed::getIconPixmap( - "automation" ) ); + s_toolOpen = new QPixmap( embed::getIconPixmap( "automation" ) ); } // init text-float