https://bugs.kde.org/show_bug.cgi?id=366361
Bug ID: 366361
Summary: createReadWriteLock and createMetadataProcessor should
not be pure virtual
Product: digikam
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: libkipi
Assignee: [email protected]
Reporter: [email protected]
Created attachment 100422
--> https://bugs.kde.org/attachment.cgi?id=100422&action=edit
Make createReadWriteLock and createMetadataProcessor not-pure.
If an application does not implement the features HostSupportsReadWriteLock and
HostSupportsMetadataProcessing, the current API still expects the host
application to provide the functions createReadWriteLock and
createMetadataProcessor.
Both methods are already implemented in interface.cpp, so it seems to me that
making them pure virtual was actually a mistake...
--
You are receiving this mail because:
You are watching all bug changes.