~ubuntu-branches/ubuntu/intrepid/smplayer/intrepid

« back to all changes in this revision

Viewing changes to src/corelib/mediasettings.h

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-05-13 10:12:30 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080513101230-3rx6z4ulb2zkyd2t
Tags: 0.6.0-1
* New upstream release.
* Bumped debian/compat to 6.
* debian/control:
  - Require debhelper >= 6.
  - Relaxed the dependency of smplayer-translations on smplayer
    to Recommends. (Closes: #478713)
* Dropped debian/smplayer.desktop, changes applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
 
160
160
        void list();
161
161
 
162
 
#ifdef USE_INI_FILES
 
162
#ifndef NO_USE_INI_FILES
163
163
        void save(QSettings * set);
164
164
        void load(QSettings * set);
165
165
#endif