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

List:       kde-commits
Subject:    KDE/kdepim/mobile
From:       Marc Mutz <mutz () kde ! org>
Date:       2010-11-02 16:05:16
Message-ID: 20101102160516.E2FE5AC8A8 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1192321 by mutz:

remove explicit KDeclarativeApplication::initCmdLine() calls

They're now done implicitly in the KDeclarativeApplication ctor.

 M  +0 -1      calendar/main.cpp  
 M  +0 -1      contacts/main.cpp  
 M  +0 -1      mail/main.cpp  
 M  +0 -1      notes/main.cpp  
 M  +0 -1      tasks/main.cpp  


--- trunk/KDE/kdepim/mobile/calendar/main.cpp #1192320:1192321
@@ -51,7 +51,6 @@
   aboutData.setProductName( "KOrganizer Mobile/calendar" ); //has to match the bugzilla product name
 
   KCmdLineArgs::init( argc, argv, &aboutData );
-  KDeclarativeApplication::initCmdLine();
   KDeclarativeApplication app;
 
   KGlobal::locale()->insertCatalog( "libincidenceeditors" );
--- trunk/KDE/kdepim/mobile/contacts/main.cpp #1192320:1192321
@@ -39,7 +39,6 @@
   aboutData.setProductName( "KAddressbook Mobile" ); //has to match the bugzilla product name
 
   KCmdLineArgs::init( argc, argv, &aboutData );
-  KDeclarativeApplication::initCmdLine();
   KDeclarativeApplication app;
 
   MainView view;
--- trunk/KDE/kdepim/mobile/mail/main.cpp #1192320:1192321
@@ -45,7 +45,6 @@
   aboutData.setProductName( "KMail Mobile" ); //has to match the bugzilla product name
 
   KCmdLineArgs::init( argc, argv, &aboutData );
-  KDeclarativeApplication::initCmdLine();
   KDeclarativeApplication app;
 
   KGlobal::locale()->insertCatalog( "libmessagecore" );
--- trunk/KDE/kdepim/mobile/notes/main.cpp #1192320:1192321
@@ -40,7 +40,6 @@
   aboutData.setProductName( "KJots Mobile" ); //has to match the bugzilla product name
 
   KCmdLineArgs::init( argc, argv, &aboutData );
-  KDeclarativeApplication::initCmdLine();
   KDeclarativeApplication app;
 
   MainView view;
--- trunk/KDE/kdepim/mobile/tasks/main.cpp #1192320:1192321
@@ -48,7 +48,6 @@
   aboutData.setProductName( "KOrganizer Mobile/tasks" ); //has to match the bugzilla product name
 
   KCmdLineArgs::init( argc, argv, &aboutData );
-  KDeclarativeApplication::initCmdLine();
   KDeclarativeApplication app;
 
   KGlobal::locale()->insertCatalog( "libincidenceeditors" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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