Code review comment for lp:~fboucault/ubuntu-ui-toolkit/ubuntu_colors

Revision history for this message
Tim Peeters (tpeeters) wrote :

394 public:
395 void registerTypes(const char *uri);
396 void initializeEngine(QQmlEngine *engine, const char *uri);
397 + QUrl baseUrl(QStringList importPathList, const char* uri);
398 + void registerQmlSingletonType(QQmlEngine *engine, const char* uri, const char* typeName, const char* qmlFile);

Do they have to be public?

« Back to merge proposal