Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT 4 sw implicit copy constructor deprecated
Forum Updated to NodeBB v4.3 + New Features

QT 4 sw implicit copy constructor deprecated

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 307 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Thisdave
    wrote on last edited by
    #1

    Hi Guys!
    I am writing a program in QT4, which reads a text file about shoe shop administrations and stock. i program it without QT Creator. I use
    System gdb.
    Something like this:
    The problem is that my qt is complaining about
    implicitly declared copyconstructor ... (from qstyleoption.h)
    implicitly declared operator= ... (from qstyleoption.h)

    Could you help me?
    I have another problem, then Systemgdb says,
    he doesn't know the std library., so my debugging fails
    Thanks for Your Help!

    jsulmJ 1 Reply Last reply
    0
    • T Thisdave

      Hi Guys!
      I am writing a program in QT4, which reads a text file about shoe shop administrations and stock. i program it without QT Creator. I use
      System gdb.
      Something like this:
      The problem is that my qt is complaining about
      implicitly declared copyconstructor ... (from qstyleoption.h)
      implicitly declared operator= ... (from qstyleoption.h)

      Could you help me?
      I have another problem, then Systemgdb says,
      he doesn't know the std library., so my debugging fails
      Thanks for Your Help!

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Thisdave said in QT 4 sw implicit copy constructor deprecated:

      qt is complaining

      Not Qt is complaining here but the compiler.
      Why Qt4?! It reached and of life long time ago and I guess you're using a quite up-to-date compiler?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved