Qt 4.8
Functions
qdeclarativetypenotavailable.cpp File Reference
#include "qdeclarativetypenotavailable_p.h"

Go to the source code of this file.

Functions

int qmlRegisterTypeNotAvailable (const char *uri, int versionMajor, int versionMinor, const char *qmlName, const QString &message)
 

Function Documentation

◆ qmlRegisterTypeNotAvailable()

int qmlRegisterTypeNotAvailable ( const char *  uri,
int  versionMajor,
int  versionMinor,
const char *  qmlName,
const QString message 
)

Definition at line 46 of file qdeclarativetypenotavailable.cpp.

Referenced by QDeclarativeItemModule::defineModule(), QDeclarativeUtilModule::defineModule(), QDeclarativeItemModule::defineModuleCompat(), QDeclarativeUtilModule::defineModuleCompat(), and qmlRegisterType().

47 {
48  return qmlRegisterUncreatableType<QDeclarativeTypeNotAvailable>(uri,versionMajor,versionMinor,qmlName,message);
49 }