~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to libbtcore/util/log.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-10-17 06:28:34 UTC
  • mfrom: (1.1.30 upstream) (0.6.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091017062834-sbxbwlomx5g59sqj
Tags: 3.2.4+dfsg.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build-depend directly on libboost-serialization1.38-dev since
    libboost-serialization-dev from boost-defaults is not in Main
  - Add KUBUNTU_DESKTOP_POT to rules
  - Drop libphonon-dev
  - Build with our rules file for now, we haven't debhelper 7.3.16 in archive
    and keep pkg-kde-tools >= 0.4.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
        
181
181
        Log::~Log()
182
182
        {
 
183
                qInstallMsgHandler(0);
183
184
                delete priv;
184
185
        }
185
186