KDE/kdepim

View: New views
1 Messages — Rating Filter:   Alert me  

KDE/kdepim

by Jaroslaw Staniek-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SVN commit 764891 by staniek:

compiler warning removed: "*/ within comment"


 M  +1 -1      kmobiletools/kmobiletools/engines/at_engine/at_engine.cpp  
 M  +2 -2      kode/kwsdl/converter_attribute.cpp  


--- trunk/KDE/kdepim/kmobiletools/kmobiletools/engines/at_engine/at_engine.cpp #764890:764891
@@ -87,7 +87,7 @@
 AT_EngineFactory::~AT_EngineFactory()
 {
 }
-AT_Engine *AT_EngineFactory::createObject(QObject *parent, const char */*classname*/, const QStringList &/*args*/ )
+AT_Engine *AT_EngineFactory::createObject(QObject *parent, const char * /*classname*/, const QStringList &/*args*/ )
 {
     return new AT_Engine(parent); /// @TODO we have to specify engine name, perhaps in args
 }
--- trunk/KDE/kdepim/kode/kwsdl/converter_attribute.cpp #764890:764891
@@ -23,10 +23,10 @@
 
 using namespace KWSDL;
 
-void Converter::convertAttribute( const XSD::Attribute */*attribute*/ )
+void Converter::convertAttribute( const XSD::Attribute * /*attribute*/ )
 {
 }
 
-void Converter::createAttributeSerializer( const XSD::Attribute */*attribute*/ )
+void Converter::createAttributeSerializer( const XSD::Attribute * /*attribute*/ )
 {
 }
_______________________________________________
kmobiletools mailing list
kmobiletools@...
https://mail.kde.org/mailman/listinfo/kmobiletools