[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdetoys/kweather
From:       Martin Koller <m.koller () surfeu ! at>
Date:       2007-02-24 12:44:00
Message-ID: 1172321040.058652.2072.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636848 by mkoller:

Make compile warning free


 M  +1 -1      kweather.cpp  
 M  +1 -1      main.cpp  
 M  +1 -1      weatherservice.cpp  


--- branches/KDE/3.5/kdetoys/kweather/kweather.cpp #636847:636848
@@ -142,7 +142,7 @@
             I18N_NOOP( "Improvements and more code cleanups" ), "jratke@comcast.net" \
);  
     KAboutApplication about(&aboutData, this, 0);
-    about.setIcon( KGlobal::instance()->iconLoader()->iconPath( "kweather", \
-KIcon::SizeLarge ) ); +    about.setProgramLogo( \
KGlobal::instance()->iconLoader()->iconPath( "kweather", -KIcon::SizeLarge ) );  \
about.exec();  }
 
--- branches/KDE/3.5/kdetoys/kweather/main.cpp #636847:636848
@@ -29,7 +29,7 @@
 	// This app is started automatically, no need for session management
 	app.disableSessionManagement();
 	kdDebug() << "starting dcopservice " << endl;
-	WeatherService *service = new WeatherService(&app, "WeatherService");
+	new WeatherService(&app, "WeatherService");
 	return app.exec();
 
 }
--- branches/KDE/3.5/kdetoys/kweather/weatherservice.cpp #636847:636848
@@ -271,7 +271,7 @@
 		return "None";
 }
 
-QStringList WeatherService::findStations(float lon, float lat)
+QStringList WeatherService::findStations(float /*lon*/, float /*lat*/)
 {
 	QStringList stationList;
 	stationList << "KMKE" << "KPNE" << "KTPW";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic