Hey there! I'm wondering how you guys decided for QtCreator to support the "private" signals of QAbstractItemModel, such as "rowsAboutToBeInserted". They are declared in a section guarded by:
#if !defined(Q_MOC_RUN) && !defined(qdoc) private: // can only be emitted by QAbstractItemModel #endif Do you guys define either of these macros while parsing the code? Or do you special-case these somehow to still support them as "proper" signals during code completion in a connect() statement? Greetings from the KDevelop land :) In other notes I've played around more with our QML support based on your awesome QML/JS work - many thanks! -- Milian Wolff [email protected] http://milianw.de _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
