Rajagopalan Srinivasan wrote:
> I am getting some warnings while I run my program as follows :
> 
> C:\Projects\Qt\Puzzle>puzzle
> No proxy constructor for class 'QWidgetAction' (object has 'QWidgetAction'
> class). Fallback to superclass 'QAction'.
> No proxy constructor for class 'QWidgetAction' (object has 'QWidgetAction'
> class). Fallback to superclass 'QAction'.
> 
> as it indicates, I am creating widgets to add to toolbars.
> 
> Is this going to cause issues?
> 
No. Your program doesn't use QWidgetAction anywhere, thus run-time
library don't known anything about it and fallback to the nearest used
superclass, which is QAction in your case.

_______________________________________________
qtada-users mailing list
[email protected]
http://lists.qtada.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to