Vicar release 0.6-1 (a.k.a I'm still here release)
[vicar] / src / vicar-lib / src / databaseutility.h
index 941ec2f..716e4ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
-@version: 0.5
+@version: 0.6
 @author: Sudheer K. <scifi1947 at gmail.com>
 @license: GNU General Public License
 */
@@ -28,6 +28,7 @@ public:
     bool selectProfile(int id,org::maemo::vicar::Profile* profile);
     bool getAllProfiles(org::maemo::vicar::ProfileList* profileList);
     bool findProfileByNumber(QString number,org::maemo::vicar::Profile* profile);
+    bool getDefaultProfile(org::maemo::vicar::Profile* profile);
     bool deleteProfile(int id);
     QSqlError lastError();