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

List:       kde-commits
Subject:    KDE/kdepim/mobile/calendar (silent)
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2010-12-03 12:57:35
Message-ID: 20101203125735.B3BC2AC8A4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1203257 by smartins:

SVN_SILENT:
wWrap lines bigger than 100 columns. Fix a bunch of warnings by using Q_UNUSED.

 M  +56 -7     calendarinterface.cpp  


--- trunk/KDE/kdepim/mobile/calendar/calendarinterface.cpp #1203256:1203257
@@ -45,22 +45,45 @@
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
 }
 
-void CalendarInterface::openEventEditor(const QString& summary, const QString& \
description, const QStringList& attachments) +void \
CalendarInterface::openEventEditor( const QString &summary, +                         \
const QString &description, +                                         const \
QStringList &attachments)  {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( attachments );
 }
 
-void CalendarInterface::openEventEditor(const QString& summary, const QString& \
description, const QStringList& attachments, const QStringList& attendees) +void \
CalendarInterface::openEventEditor( const QString &summary, +                         \
const QString &description, +                                         const \
QStringList &attachments, +                                         const QStringList \
&attendees)  {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( attachments );
+  Q_UNUSED( attendees );
 }
 
-void CalendarInterface::openEventEditor(const QString& summary, const QString& \
description, const QString& uri, const QString& file, const QStringList& attendees, \
const QString& attachmentMimetype) +void CalendarInterface::openEventEditor( const \
QString &summary, +                                         const QString \
&description, +                                         const QString &uri,
+                                         const QString &file,
+                                         const QStringList &attendees,
+                                         const QString &attachmentMimetype)
 {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( uri );
+  Q_UNUSED( file );
+  Q_UNUSED( attendees );
+  Q_UNUSED( attachmentMimetype );
 }
 
-void CalendarInterface::openJournalEditor(const QDate& date)
+void CalendarInterface::openJournalEditor( const QDate & )
 {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
 }
@@ -68,11 +91,14 @@
 void CalendarInterface::openJournalEditor(const QString& text, const QDate& date)
 {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( text );
+  Q_UNUSED( date );
 }
 
 void CalendarInterface::openJournalEditor(const QString& text)
 {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( text );
 }
 
 void CalendarInterface::openTodoEditor(const QString& )
@@ -80,20 +106,43 @@
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
 }
 
-void CalendarInterface::openTodoEditor(const QString& summary, const QString& \
description, const QStringList& attachments) +void CalendarInterface::openTodoEditor( \
const QString &summary, +                                        const QString \
&description, +                                        const QStringList &attachments \
)  {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( attachments );
 }
 
 
-void CalendarInterface::openTodoEditor(const QString& summary, const QString& \
description, const QStringList& attachments, const QStringList& attendees) +void \
CalendarInterface::openTodoEditor( const QString &summary, +                          \
const QString &description, +                                        const \
QStringList &attachments, +                                        const QStringList \
&attendees )  {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( attachments );
+  Q_UNUSED( attendees );
 }
 
-void CalendarInterface::openTodoEditor(const QString& summary, const QString& \
description, const QString& uri, const QString& file, const QStringList& attendees, \
const QString& attachmentMimetype ) +void CalendarInterface::openTodoEditor( const \
QString &summary, +                                        const QString \
&description, +                                        const QString &uri,
+                                        const QString &file,
+                                        const QStringList &attendees,
+                                        const QString &attachmentMimetype )
 {
   kWarning() << Q_FUNC_INFO << " is not yet implemented in korganzier-mobile";
+  Q_UNUSED( summary );
+  Q_UNUSED( description );
+  Q_UNUSED( uri );
+  Q_UNUSED( file );
+  Q_UNUSED( attendees );
+  Q_UNUSED( attachmentMimetype );
 }
 
 void CalendarInterface::showEventView()


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

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