[Kdenlive-devel] Kdenlive 0.9.4

Dan Dennedy dan at dennedy.org
Wed Jan 30 00:34:43 UTC 2013


On Tue, Jan 29, 2013 at 3:37 PM, Steinar H. Gunderson
<sgunderson at bigfoot.com> wrote:
> On Wed, Jan 30, 2013 at 12:34:17AM +0100, jb wrote:
>> Does it work if you replace line 86 that is:
>> void slotAddClipList(const KUrl::List urls, stringMap data = QMap <QString,
>> QString>());
>>
>> with this:
>> void slotAddClipList(const KUrl::List urls, stringMap data = stringMap());
>>
>> Looks like the compiler doesn't like the '<' in the method definition...
>
> It's not a bug in the (C++) compiler, it's a bug in moc; it doesn't
> understand templatized constructors in default values, thus the typedef
> workaround. (It's been fixed in newer versions of moc, as far as I know.)

Well, thanks, but that stinks because I am using Qt 4.8.4 provided by
current MacPorts. As a result, I cannot upgrade the port.

> /* Steinar */
> --
> Homepage: http://www.sesse.net/




More information about the Kdenlive mailing list