Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/egl/qeglproperties_stub.cpp

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    4444
    4545#include "qeglproperties_p.h"
     46#include "qeglcontext_p.h"
    4647
    4748QT_BEGIN_NAMESPACE
     
    9192}
    9293
     94void QEglProperties::setDeviceType(int devType)
     95{
     96    Q_UNUSED(devType)
     97    NOEGL
     98}
     99
     100
    93101// Sets the red, green, blue, and alpha sizes based on a pixel format.
    94102// Normally used to match a configuration request to the screen format.
     
    116124}
    117125
     126static void addTag(QString& str, const QString& tag)
     127{
     128    Q_UNUSED(str)
     129    Q_UNUSED(tag)
     130    NOEGL
     131}
     132
    118133// Convert a property list to a string suitable for debug output.
    119134QString QEglProperties::toString() const
     
    129144}
    130145
    131 void QEglProperties::dumpAllConfigs()
    132 {
    133     NOEGL
    134 }
    135 
    136146QT_END_NAMESPACE
    137147
Note: See TracChangeset for help on using the changeset viewer.