Binary compatibility report for the Qt4 library between 4.8.2 and 4.8.3 versions on x86
Test Info
Library Name | Qt4 |
Version #1 | 4.8.2 |
Version #2 | 4.8.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 55 |
Total Shared Libraries | 22 |
Total Symbols / Types | 23532 / 5196 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 12 |
Problems with Constants | Low | 0 |
Problems with Symbols, Low Severity (12)
qapplication.h,
libQtGui.so.4.8.2
[+] 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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 264194 to 264195. | 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. |
qcoreapplication.h,
libQtCore.so.4.8.2
[+] QCoreApplication::QCoreApplication [in-charge] ( int& argc, char** argv, int p3 ) (1)
[symbol: _ZN16QCoreApplicationC1ERiPPci]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 264194 to 264195. | 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. |
[+] QCoreApplication::QCoreApplication [not-in-charge] ( int& argc, char** argv, int p3 ) (1)
[symbol: _ZN16QCoreApplicationC2ERiPPci]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 264194 to 264195. | 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 (55)
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)
QtOpenVG (Qt/QtOpenVG)
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)
QtOpenVG (QtOpenVG/QtOpenVG)
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 (22)
libphonon.so.4.4.0
libQt3Support.so.4.8.2
libQtCLucene.so.4.8.2
libQtCore.so.4.8.2
libQtDBus.so.4.8.2
libQtDeclarative.so.4.8.2
libQtDesigner.so.4.8.2
libQtDesignerComponents.so.4.8.2
libQtGui.so.4.8.2
libQtHelp.so.4.8.2
libQtMultimedia.so.4.8.2
libQtNetwork.so.4.8.2
libQtOpenGL.so.4.8.2
libQtOpenVG.so.4.8.2
libQtScript.so.4.8.2
libQtScriptTools.so.4.8.2
libQtSql.so.4.8.2
libQtSvg.so.4.8.2
libQtTest.so.4.8.2
libQtWebKit.so.4.9.2
libQtXml.so.4.8.2
libQtXmlPatterns.so.4.8.2
to the top