예제 #1
0
QColormap QColormap::instance(int /*screen*/)
{
    return QColormap();
}
예제 #2
0
파일: qcolormap_s60.cpp 프로젝트: BGmot/Qt
QColormap QColormap::instance(int)
{
    return QColormap();
}
예제 #3
0
QColormap QColormap::instance(int)
{
    Q_ASSERT_X(screenMap, "QColormap",
               "A QApplication object needs to be constructed before QColormap is used.");
    return QColormap();
}