On Wednesday 26 November 2014 13:29:12 Attila Csipa wrote:
> The import versioning system as done by Qt is a sort of API handshake - 
> it doesn't actually select between different implementations, you just 
> select feature-sets. Thus, you should always import the latest (for 
> better or worse). Unfortunately, Qt has no wildcard import syntax (or 
> for "latest").

You should import the latest when you write the application. But if the 
library is updated behind your back, the import shouldn't change. Thus, if 
there is new behaviour you didn't test with, your application won't be 
affected.

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

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

Reply via email to