|
|
@ -241,7 +241,7 @@ public:
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* This constructor makes a copy of the data buffer (and owns that buffer).
|
|
|
|
* This constructor makes a copy of the data buffer (and owns that buffer).
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
PilotRecord(void* data, int length, int attrib, int cat, recordid_t uid) KDE_DEPRECATED;
|
|
|
|
PilotRecord(void* data, int length, int attrib, int cat, recordid_t uid) TDE_DEPRECATED;
|
|
|
|
|
|
|
|
|
|
|
|
/** Constructor. Using the given buffer @p buf (which carries its
|
|
|
|
/** Constructor. Using the given buffer @p buf (which carries its
|
|
|
|
* own data and length), create a record. Otherwise much like the
|
|
|
|
* own data and length), create a record. Otherwise much like the
|
|
|
|