https://bugs.documentfoundation.org/show_bug.cgi?id=97087

--- Comment #9 from Michael Meeks <[email protected]> ---
class Foo {
...
    Idle aUpdateIdle;
...
    Foo();
...
}.

It is unclear how you'll initialize that in the header ? =) it needs to be
initialized in the constructor:

Foo::Foo() :
    ...
    aUpdateIdle("foo baa update idle"),
    ...
{
...
}

Surely ? =) but the answer is yes - we want all of these tagged with a human
readable, debug name that can be used to work out what is going on in the
scheduler =)

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to