Results 1 to 3 of 3

Thread: QVector arguments

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2007
    Posts
    201
    Thanks
    19
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question QVector arguments

    Hi all. I ve the following codes.

    Qt Code:
    1. QVector<IVerzweigungPtr> lVecVerzweigungen (0);
    2. IVerzweigungLocalPtr l_IVerzweigung;
    To copy to clipboard, switch view to plain text mode 
    where IVerzweigungLocalPtr is std::auto pointer.

    while im doing lVecVerzweigungen.push_back(*l_IVerzweigung); its throwing error.

    Can any body help me.?
    Last edited by marcel; 4th December 2007 at 08:44. Reason: missing [code] tags
    Cheers,
    Phillip



    --- Please post the solution you got to solve your problem. It may help others.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.