When compiling applications on OSX 10.9 with clang,
I encounter quite a lot of deprecated warnings like this:

qbytearray.h:496:22: warning: definition of implicit
      copy constructor for 'QByteRef' is deprecated because it has a 
user-declared copy assignment operator [-Wdeprecated]
    inline QByteRef &operator=(const QByteRef &c)

Should this be fixed, or isn’t it worth the effort?

Cheers,

Kurt
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to