On Monday, 14 January 2019 09:53:15 PST rol...@logikalsolutions.com wrote:
> Wow, it was over 500 lines back. Still doesn't explain how that source
> file could have this code
> 
> void QWaylandIviSurface::sendConfigure(const QSize &size)
> {
>      if (!size.isValid()) {
>          qWarning() << "Can't configure ivi_surface with an invalid
> size" << size;
>          return;
>      }
>      Q_D(QWaylandIviSurface);
>      d->send_configure(size.width(), size.height());
> }
> 
> and not include qdebug header file.

Because, as I explained twice, the developer used precompiled headers, which 
inject a full <QtCore/QtCore> include to everything outside of QtCore.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center



_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to