[Qt-creator] BaseMode constructor

André Pönitz apoenitz at trolltech.com
Wed Jan 14 11:59:34 CET 2009


Just a note to the people working on new modes:

The "fat" BaseMode constructor[1] is gone now. Please
use the remaining one and call  setName()  etc explicitly.

Andre'

[1] BaseMode::BaseMode(const QString &name,
            const char * uniqueModeName,
            const QIcon &icon,
            int priority,
            QWidget *widget,
            QObject *parent = 0)



More information about the Qt-creator-old mailing list