diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-21 16:00:10 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-08-21 16:02:36 (GMT) |
commit | fdc159ad6fd03d0e179e7dde7fe47e592936573c (patch) | |
tree | 0ece8f4847cd3e15b06b35d5670a424d2d24fea5 /examples/itemviews/dirview/dirview.pro | |
parent | 646da79a07166d7d1ec76983d38ad2270db76754 (diff) | |
download | Qt-fdc159ad6fd03d0e179e7dde7fe47e592936573c.zip Qt-fdc159ad6fd03d0e179e7dde7fe47e592936573c.tar.gz Qt-fdc159ad6fd03d0e179e7dde7fe47e592936573c.tar.bz2 |
Revert "Remove a global destructor from QtDBus."
This reverts commit 3ed5b5ebf5b360dedbba14c03f6ca5701b3b9290. That was
a well-intentioned commit and technically correct, but it breaks when
there are static QDBusConnection objects in something that is loaded
before QtDBus (like libraries that depend on QtDBus or applications
like qdbus)
Since QDBusConnection is ref-counted, the last instance is supposed to
disconnect. However, if we have already unloaded libdbus-1, we can't
do that. Q_GLOBAL_STATICs are destroyed too soon.
Diffstat (limited to 'examples/itemviews/dirview/dirview.pro')
0 files changed, 0 insertions, 0 deletions