diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-06 08:40:39 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2011-04-06 08:41:33 (GMT) |
commit | db566040b68dd175200c1e99a0ae410ed89df25d (patch) | |
tree | 386b5c492e5ba49e3ae26f5136b3b73131d765a6 /src/plugins | |
parent | 97581fbc6ba777936e101b6819f364c18ad4429c (diff) | |
download | Qt-db566040b68dd175200c1e99a0ae410ed89df25d.zip Qt-db566040b68dd175200c1e99a0ae410ed89df25d.tar.gz Qt-db566040b68dd175200c1e99a0ae410ed89df25d.tar.bz2 |
Re-added missing call log in XCB backend.
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/platforms/xcb/qxcbconnection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/xcb/qxcbconnection.cpp b/src/plugins/platforms/xcb/qxcbconnection.cpp index 674bbfd..84d98e8 100644 --- a/src/plugins/platforms/xcb/qxcbconnection.cpp +++ b/src/plugins/platforms/xcb/qxcbconnection.cpp @@ -375,6 +375,7 @@ void QXcbConnection::log(const char *file, int line, int sequence) info.sequence = sequence; info.file = file; info.line = line; + m_callLog << info; } #endif |