From 3c1b87ffa621f872c72228733a078511e56d2daf Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 30 Apr 2002 14:24:50 +0000 Subject: - no default args in method impl --- (limited to 'noncore') diff --git a/noncore/multimedia/showimg/showimg.cpp b/noncore/multimedia/showimg/showimg.cpp index c56994d..7c43e11 100644 --- a/noncore/multimedia/showimg/showimg.cpp +++ b/noncore/multimedia/showimg/showimg.cpp @@ -43,7 +43,7 @@ #include -ImagePane::ImagePane( QWidget *parent=0 ) : QWidget( parent ) +ImagePane::ImagePane( QWidget *parent ) : QWidget( parent ) { vb = new QVBoxLayout( this ); -- cgit v0.9.0.2