How To Implement Editable Tags

Alejandro Wainzinger aikawarazuni at gmail.com
Sun Jul 13 06:23:19 CEST 2008


I tried copying the top part of SqlMeta.cpp which does the
EditCapability subclassing, and added the relevant methods (e.g.
isEditable) and when I try to compile, I get the following:

CMakeFiles/amarok_collection-ipodcollection.dir/IpodMeta.o: In
function `EditCapabilityIpod':
/home/xevix/kde4dev/amarok/src/collection/ipodcollection/IpodMeta.cpp:37:
undefined reference to `vtable for EditCapabilityIpod'
collect2: ld returned 1 exit status

Someone said this might be because I didn't declare something virtual,
but I checked everything, and everything there is declared virtual.
Any ideas?

On Sun, Jul 6, 2008 at 9:13 PM, Maximilian Kossick
<maximilian.kossick at googlemail.com> wrote:
> your track class must support Meta::EditCapability
>
> On Mon, Jul 7, 2008 at 3:41 AM, Alejandro Wainzinger
> <aikawarazuni at gmail.com> wrote:
>> How would editable tags be implemented, i.e. what classes/methods need
>> to be implemented?
>> _______________________________________________
>> Amarok-devel mailing list
>> Amarok-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/amarok-devel
>>
> _______________________________________________
> Amarok-devel mailing list
> Amarok-devel at kde.org
> https://mail.kde.org/mailman/listinfo/amarok-devel
>


More information about the Amarok-devel mailing list