summaryrefslogtreecommitdiffstats
path: root/examples/itemviews/dirview/dirview.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-08-21 16:00:10 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-08-21 16:02:36 (GMT)
commitfdc159ad6fd03d0e179e7dde7fe47e592936573c (patch)
tree0ece8f4847cd3e15b06b35d5670a424d2d24fea5 /examples/itemviews/dirview/dirview.pro
parent646da79a07166d7d1ec76983d38ad2270db76754 (diff)
downloadQt-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