author | kergoth <kergoth> | 2002-11-11 16:41:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-11 16:41:09 (UTC) |
commit | 84cafc64d515c80aebd50e70b47e3da93d742c8a (patch) (unidiff) | |
tree | afab5ebb7e27ba6d3bd6f40bc98f27ce806840b6 | |
parent | 2df7c2d998c4b15dba8cefea096cce248b774703 (diff) | |
download | opie-84cafc64d515c80aebd50e70b47e3da93d742c8a.zip opie-84cafc64d515c80aebd50e70b47e3da93d742c8a.tar.gz opie-84cafc64d515c80aebd50e70b47e3da93d742c8a.tar.bz2 |
no default arguments in implementation
-rw-r--r-- | libopie/pim/ocontactaccessbackend_vcard.cpp | 5 | ||||
-rw-r--r-- | libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libopie/pim/ocontactaccessbackend_vcard.cpp b/libopie/pim/ocontactaccessbackend_vcard.cpp index 013f3af..faa72b4 100644 --- a/libopie/pim/ocontactaccessbackend_vcard.cpp +++ b/libopie/pim/ocontactaccessbackend_vcard.cpp | |||
@@ -17,6 +17,9 @@ | |||
17 | * ===================================================================== | 17 | * ===================================================================== |
18 | * History: | 18 | * History: |
19 | * $Log$ | 19 | * $Log$ |
20 | * Revision 1.3 2002/11/11 16:41:09 kergoth | ||
21 | * no default arguments in implementation | ||
22 | * | ||
20 | * Revision 1.2 2002/11/10 15:41:53 eilers | 23 | * Revision 1.2 2002/11/10 15:41:53 eilers |
21 | * Bugfixes.. | 24 | * Bugfixes.. |
22 | * | 25 | * |
@@ -32,7 +35,7 @@ | |||
32 | 35 | ||
33 | #include <qfile.h> | 36 | #include <qfile.h> |
34 | 37 | ||
35 | OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename = 0l ): | 38 | OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename ): |
36 | m_dirty( false ), | 39 | m_dirty( false ), |
37 | m_file( filename ) | 40 | m_file( filename ) |
38 | { | 41 | { |
diff --git a/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp b/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp index 013f3af..faa72b4 100644 --- a/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp +++ b/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp | |||
@@ -17,6 +17,9 @@ | |||
17 | * ===================================================================== | 17 | * ===================================================================== |
18 | * History: | 18 | * History: |
19 | * $Log$ | 19 | * $Log$ |
20 | * Revision 1.3 2002/11/11 16:41:09 kergoth | ||
21 | * no default arguments in implementation | ||
22 | * | ||
20 | * Revision 1.2 2002/11/10 15:41:53 eilers | 23 | * Revision 1.2 2002/11/10 15:41:53 eilers |
21 | * Bugfixes.. | 24 | * Bugfixes.. |
22 | * | 25 | * |
@@ -32,7 +35,7 @@ | |||
32 | 35 | ||
33 | #include <qfile.h> | 36 | #include <qfile.h> |
34 | 37 | ||
35 | OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename = 0l ): | 38 | OContactAccessBackend_VCard::OContactAccessBackend_VCard ( QString , QString filename ): |
36 | m_dirty( false ), | 39 | m_dirty( false ), |
37 | m_file( filename ) | 40 | m_file( filename ) |
38 | { | 41 | { |