Binary compatibility report for the Qt4 library between 4.7.3 and 4.7.4 versions on x86
Test Info
Library Name | Qt4 |
Version #1 | 4.7.3 |
Version #2 | 4.7.4 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 53 |
Total Shared Libraries | 21 |
Total Symbols / Types | 22981 / 5022 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 9 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 10 |
Problems with Constants | Low | 0 |
Added Symbols (9)
qdeclarativecomponent.h,
libQtDeclarative.so.4.7.4
QDeclarativeComponent::createObject ( QObject* parent, QScriptValue const& valuemap )
[ symbol: _ZN21QDeclarativeComponent12createObjectEP7QObjectRK12QScriptValue ]
qdeclarativeexpression.h,
libQtDeclarative.so.4.7.4
QDeclarativeExpression::QDeclarativeExpression [in-charge] ( QDeclarativeContextData* p1, QObject* p2, QScriptValue const& p3, QDeclarativeExpressionPrivate& dd )
[ symbol: _ZN22QDeclarativeExpressionC1EP23QDeclarativeContextDataP7QObjectRK12QScriptValueR29QDeclarativeExpressionPrivate ]
QDeclarativeExpression::QDeclarativeExpression [not-in-charge] ( QDeclarativeContextData* p1, QObject* p2, QScriptValue const& p3, QDeclarativeExpressionPrivate& dd )
[ symbol: _ZN22QDeclarativeExpressionC2EP23QDeclarativeContextDataP7QObjectRK12QScriptValueR29QDeclarativeExpressionPrivate ]
qdeclarativeitem.h,
libQtDeclarative.so.4.7.4
QDeclarativeItem::implicitHeightChanged ( )
[ symbol: _ZN16QDeclarativeItem21implicitHeightChangedEv ]
QDeclarativeItem::implicitWidthChanged ( )
[ symbol: _ZN16QDeclarativeItem20implicitWidthChangedEv ]
qgraphicslayout.h,
libQtGui.so.4.7.4
QGraphicsLayout::instantInvalidatePropagation ( ) [static]
[ symbol: _ZN15QGraphicsLayout28instantInvalidatePropagationEv ]
QGraphicsLayout::setInstantInvalidatePropagation ( bool enable ) [static]
[ symbol: _ZN15QGraphicsLayout31setInstantInvalidatePropagationEb ]
qmetaobject.h,
libQtCore.so.4.7.4
QMetaMethod::revision ( ) const
[ symbol: _ZNK11QMetaMethod8revisionEv ]
QMetaProperty::revision ( ) const
[ symbol: _ZNK13QMetaProperty8revisionEv ]
to the top
Problems with Data Types, Low Severity (1)
qnamespace.h
namespace Qt
[+] enum WidgetAttribute (1)
| Change |
Effect |
1 | Value of member WA_AttributeCount has been changed from 133 to 134. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (3)
QGraphicsWidget::setAttribute ( WidgetAttribute attribute, bool on )1st parameter 'attribute' has type 'WidgetAttribute'.
QGraphicsWidget::testAttribute ( WidgetAttribute attribute ) const1st parameter 'attribute' has type 'WidgetAttribute'.
QWidget::setAttribute ( WidgetAttribute p1, bool on )1st parameter 'p1' has type 'WidgetAttribute'.
to the top
Problems with Symbols, Low Severity (10)
qapplication.h,
libQtGui.so.4.7.3
[+] QApplication::QApplication [not-in-charge] ( Display* dpy, int& argc, char** argv, Qt::HANDLE visual, Qt::HANDLE cmap, int p6 ) (1)
[ symbol: _ZN12QApplicationC2EP9_XDisplayRiPPcmmi ]
| Change | Effect |
---|
1 | The default argument of 6th parameter p6 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( Display* dpy, int& argc, char** argv, Qt::HANDLE visual, Qt::HANDLE cmap, int p6 ) (1)
[ symbol: _ZN12QApplicationC1EP9_XDisplayRiPPcmmi ]
| Change | Effect |
---|
1 | The default argument of 6th parameter p6 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( Display* dpy, Qt::HANDLE visual, Qt::HANDLE cmap, int p4 ) (1)
[ symbol: _ZN12QApplicationC2EP9_XDisplaymmi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( Display* dpy, Qt::HANDLE visual, Qt::HANDLE cmap, int p4 ) (1)
[ symbol: _ZN12QApplicationC1EP9_XDisplaymmi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, bool GUIenabled, int p4 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPcbi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, bool GUIenabled, int p4 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPcbi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, int p3 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPci ]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, int p3 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPci ]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, QApplication::Type p3, int p4 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPcNS_4TypeEi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, QApplication::Type p3, int p4 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPcNS_4TypeEi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263939 to 263940. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (53)
phonon
Qt
Qt3Support (Qt/Qt3Support)
QtCore (Qt/QtCore)
QtDBus (Qt/QtDBus)
QtDeclarative (Qt/QtDeclarative)
QtGui (Qt/QtGui)
QtHelp (Qt/QtHelp)
QtMultimedia (Qt/QtMultimedia)
QtNetwork (Qt/QtNetwork)
QtOpenGL (Qt/QtOpenGL)
QtScript (Qt/QtScript)
QtScriptTools (Qt/QtScriptTools)
QtSql (Qt/QtSql)
QtSvg (Qt/QtSvg)
QtTest (Qt/QtTest)
QtWebKit (Qt/QtWebKit)
QtXml (Qt/QtXml)
QtXmlPatterns (Qt/QtXmlPatterns)
Qt3Support (Qt3Support/Qt3Support)
QtAlgorithms
QtCleanUpFunction
QtConcurrentFilter
QtConcurrentMap
QtConcurrentRun
QtConfig
QtContainerFwd
QtCore (QtCore/QtCore)
QtDBus (QtDBus/QtDBus)
QtDebug
QtDeclarative (QtDeclarative/QtDeclarative)
QtDesigner
QtEndian
QtEvents
QtGlobal
QtGui (QtGui/QtGui)
QtHelp (QtHelp/QtHelp)
QtMsgHandler
QtMultimedia (QtMultimedia/QtMultimedia)
QtNetwork (QtNetwork/QtNetwork)
QtOpenGL (QtOpenGL/QtOpenGL)
QtPlugin
QtPluginInstanceFunction
QtScript (QtScript/QtScript)
QtScriptTools (QtScriptTools/QtScriptTools)
QtSql (QtSql/QtSql)
QtSvg (QtSvg/QtSvg)
QtTest (QtTest/QtTest)
QtTestGui
QtUiTools
QtWebKit (QtWebKit/QtWebKit)
QtXml (QtXml/QtXml)
QtXmlPatterns (QtXmlPatterns/QtXmlPatterns)
to the top
Shared Libraries (21)
libphonon.so.4.4.0
libQt3Support.so.4.7.3
libQtCLucene.so.4.7.3
libQtCore.so.4.7.3
libQtDBus.so.4.7.3
libQtDeclarative.so.4.7.3
libQtDesigner.so.4.7.3
libQtDesignerComponents.so.4.7.3
libQtGui.so.4.7.3
libQtHelp.so.4.7.3
libQtMultimedia.so.4.7.3
libQtNetwork.so.4.7.3
libQtOpenGL.so.4.7.3
libQtScript.so.4.7.3
libQtScriptTools.so.4.7.3
libQtSql.so.4.7.3
libQtSvg.so.4.7.3
libQtTest.so.4.7.3
libQtWebKit.so.4.7.3
libQtXml.so.4.7.3
libQtXmlPatterns.so.4.7.3
to the top