Bacula-users

Re: [Bacula-users] Strange messages when launching bat with ver. 2.4.2

2008-07-30 20:03:24
Subject: Re: [Bacula-users] Strange messages when launching bat with ver. 2.4.2
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "Erik P. Olsen" <epodata AT gmail DOT com>
Date: Wed, 30 Jul 2008 20:03:19 -0400
On Wed, Jul 30, 2008 at 4:59 PM, Erik P. Olsen <epodata AT gmail DOT com> wrote:
> I have just installed ver. 2.4.2 and am in the process of testing the setup.
> When I start bat I get the messages:
>
> Object::connect: No such slot JobList::graphTable()
> Object::connect:  (sender name:   'graphButton')
> Object::connect:  (receiver name: 'JobListForm')
> Object::connect: No such slot MainWin::jobPlotButtonClicked()
> Object::connect:  (sender name:   'actionJobPlot')
> Object::connect:  (receiver name: 'MainForm')
>
> What is it and should I be worried?
>

These are warining messages you get in Qt when trying to connect non
existing slots. Did you compile this yourself? If so did you do a
clean build?

If the program is working and all the GUI actions work,  I would not
be worried. The simplest explanation I can make is that signals and
slots are used to connect the gui elements to actions, so when you
press button X action Y happens...

John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>