~ubuntu-branches/ubuntu/lucid/smplayer/lucid

« back to all changes in this revision

Viewing changes to src/corelib/core.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:
265
265
    void startMplayer(QString file, double seek = -1 );
266
266
        void stopMplayer();
267
267
 
268
 
#ifdef USE_INI_FILES
 
268
#ifndef NO_USE_INI_FILES
269
269
        bool checkHaveSettingsSaved(QString filename);
270
270
        void saveMediaInfo();
271
271
        void loadMediaInfo(QString filename);
311
311
    MplayerProcess * proc;
312
312
    MplayerWindow * mplayerwindow;
313
313
 
314
 
#ifdef USE_INI_FILES
 
314
#ifndef NO_USE_INI_FILES
315
315
        QSettings * file_settings;
316
316
#endif
317
317