On Mon, Dec 1, 2008 at 5:20 AM, Julie S <[EMAIL PROTECTED]> wrote:
> src/gui/general/EditViewBase.h calls for:
> QAction *createAction(QString actionName, QString connection);
>
> in the calls to createAction, the second argument is the macro SLOT().  Does 
> this convert to QString?

Yes, it does.  Both SIGNAL() and SLOT() are converted by the
preprocessor into C-style strings, which of course convert happily to
QString.

I'm sorry I haven't replied to your previous email yet -- I'll look
into it the next time I'm at a machine with the code on it (I'm
currently enjoying the hospitality of Windows Vista).


Chris

-------------------------------------------------------------------------
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=/
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to