~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/User.h

  • Committer: Bazaar Package Importer
  • Author(s): Devid Filoni
  • Date: 2008-07-14 16:46:20 UTC
  • mfrom: (1.1.7 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080714164620-67hoz9fs177wpgmr
Tags: 1:1.5.1.31879.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #248100), remaining changes:
  - debian/rules: add dh_icons call
  + debian/control:
    - switch iceweasel to firefox in Recommends field
    - modify debhelper version to >= 5.0.51~
    - modify Maintainer to Ubuntu MOTU Developers

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    /** creation of the user object automatically logs all services on */
40
40
    User( const QString& name, LastFmApplication* parent );
41
41
 
42
 
    /** null user object
43
 
      * NOTE currently the settings object is not the NULL one, it's the current
44
 
      * one */
 
42
    /** null user object */
45
43
    User( LastFmApplication* parent );
46
44
 
47
45
    void shutdownThenDelete();