phonebookui/phonebookservices/inc/cntservices.h
changeset 75 4ecbe3571b5a
parent 71 7cc7d74059f9
--- a/phonebookui/phonebookservices/inc/cntservices.h	Fri Sep 17 08:27:32 2010 +0300
+++ b/phonebookui/phonebookservices/inc/cntservices.h	Mon Oct 04 00:06:02 2010 +0300
@@ -152,12 +152,6 @@
      */
     void launchTemporaryContactCard(const QString &definitionName, const QString &value,
         CntAbstractServiceProvider& aServiceProvider );
-    
-    /**
-     * Set the flag that allows quitting the application explicitly
-     * using the quitApp slot. By default the value is always true.
-     */
-    void setQuittable(bool quittable);
         
 public slots:
     /**
@@ -192,7 +186,6 @@
     CntAbstractEngine* mEngine;
     QStringList m_definitionNames;
     CntAbstractServiceProvider* mCurrentProvider; // not owned
-    bool mIsQuittable;
 };
 
 #endif /* CNTSERVICES_H */