On Tue, May 27, 2014 at 11:54 PM, lexxmark <[email protected]> wrote:
> I've just noticed ActionContainer class doesn't have CORE_EXPORT prefix in > contrast with other Core public classes. > > -- > Best regards, > Alex > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator > > Hi, This is an interface, it has no members or implemented functions, so there's no need to export it. - Orgad
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
