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

List:       kde-commits
Subject:    playground/base/raptor
From:       Pino Toscano <toscano.pino () tiscali ! it>
Date:       2007-11-02 12:33:21
Message-ID: 1194006801.288836.30441.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 731972 by pino:

return *something*

CCMAIL: siraj@kdemail.net


 M  +1 -0      launcher/raptorslide.cpp  
 M  +3 -1      launcher/raptorsliderviewgroup.cpp  
 M  +7 -7      lib/plugin/apps/appitem.h  
 M  +1 -1      lib/plugin/apps/raptorapplicationsplugin.cpp  
 M  +1 -0      lib/plugin/tom/raptortomitem.cpp  
 M  +2 -1      lib/plugin/tom/raptortomplugin.cpp  
 M  +2 -0      lib/raptordatasourcegroup.cpp  
 M  +1 -1      lib/raptordatasourcegroup.h  


--- trunk/playground/base/raptor/launcher/raptorslide.cpp #731971:731972
@@ -198,6 +198,7 @@
 
 RaptorClaw * RaptorSlide::find (const QString& key)
 {
+    return 0;
 }
 
 
--- trunk/playground/base/raptor/launcher/raptorsliderviewgroup.cpp #731971:731972
@@ -84,15 +84,17 @@
         d->currentLayer->move(d->x, d->y);
         //add by name
     }
-
+    return true;
 }
 
 bool RaptorSliderViewGroup::deleteItem(QGraphicsItem * item)
 {
+    return false;
 }
 
 QGraphicsItem * RaptorSliderViewGroup::find (const QString& key)
 {
+    return 0;
 }
 
 int RaptorSliderViewGroup::slideCount()
--- trunk/playground/base/raptor/lib/plugin/apps/appitem.h #731971:731972
@@ -26,28 +26,28 @@
 
 	/*
 	*/
-    	QString name() { return m_name;};
+    	QString name() { return m_name;}
 	
 	/*
 	*/
 
-	void setName(const QString & name) {m_name = name;} ;
+	void setName(const QString & name) {m_name = name;}
 
 	/*
 	should we store the whole path or just the name ?...hmmm
 	*/
 
-	QString iconPath() {} ;
+	QString iconPath() { return QString(); }
 
 	/*
 	*/
 
-	void setIconPath(const QString & path) {};
+	void setIconPath(const QString & path) {}
 
 	/*
 	*/
 
-	 QString iconName() {} ;
+	 QString iconName() { return QString(); }
 	
 	/*
 	*/
@@ -56,11 +56,11 @@
 	/*
 	*/
 
-	void exec() {};
+	void exec() {}
 
         /*
            */
-        bool lookup(const QString & key) {};
+        bool lookup(const QString & key) { return false; }
 private:
         QString m_name;
 };
--- trunk/playground/base/raptor/lib/plugin/apps/raptorapplicationsplugin.cpp #731971:731972
@@ -19,7 +19,7 @@
 
 RaptorDataSourceGroup* RaptorApplicationsPlugin::search(const QString & key)
 {
-
+    return 0;
 }
 
 RaptorDataSourceGroup* RaptorApplicationsPlugin::data()
--- trunk/playground/base/raptor/lib/plugin/tom/raptortomitem.cpp #731971:731972
@@ -56,6 +56,7 @@
 bool RaptorTomItem::lookup(const QString & key){
 
 	//Do lookup
+    return false;
 }
 
 #include "raptortomitem.moc"
--- trunk/playground/base/raptor/lib/plugin/tom/raptortomplugin.cpp #731971:731972
@@ -19,7 +19,7 @@
 
 RaptorDataSourceGroup* RaptorTomPlugin::search(const QString & key)
 {
-
+    return 0;
 }
 
 RaptorDataSourceGroup* RaptorTomPlugin::data()
@@ -34,6 +34,7 @@
 	//appGroup->addItem(item);
 	
 	return appGroup;*/
+    return 0;
 }
 
 //Q_EXPORT_PLUGIN2(RaptorInterface, RaptorTomPlugin)
--- trunk/playground/base/raptor/lib/raptordatasourcegroup.cpp #731971:731972
@@ -40,6 +40,7 @@
 RaptorDataSourceGroup::Data
 RaptorDataSourceGroup::lookup ( QString str )
 {
+    return RaptorDataSourceGroup::Data();
 }
 
 void
@@ -51,6 +52,7 @@
 RaptorDataSource* 
 RaptorDataSourceGroup::itemAt(int index)
 {
+    return 0;
 }
 
 
--- trunk/playground/base/raptor/lib/raptordatasourcegroup.h #731971:731972
@@ -80,7 +80,7 @@
 		 * The name of the group
 		 * @return Name of the group
 		 */
-		QString name() {}
+		QString name() { return QString(); }
 		/**
 		 * The number of datasources inside the datagroup 
 		 * @return number of datasources 
[prev in list] [next in list] [prev in thread] [next in thread] 

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