Ignore:
Timestamp:
Jan 24, 2017, 12:41:54 PM (8 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update trunk to version 17.1.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefinterface.h

    r181 r188  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3737        virtual QPixmap sectionIcon();
    3838
    39     // Pass data to the dialog
    40     void setData(Preferences * pref);
     39        // Pass data to the dialog
     40        void setData(Preferences * pref);
    4141
    42     // Apply changes
    43     void getData(Preferences * pref);
     42        // Apply changes
     43        void getData(Preferences * pref);
    4444
    4545        bool languageChanged() { return language_changed; };
     
    4747        bool guiChanged() { return gui_changed; }
    4848        bool styleChanged() { return style_changed; };
     49        bool fontChanged(){ return font_changed; };
    4950        bool recentsChanged() { return recents_changed; };
    5051        bool urlMaxChanged() { return url_max_changed; };
     
    156157        bool gui_changed;
    157158        bool style_changed;
     159        bool font_changed;
    158160        bool recents_changed;
    159161        bool url_max_changed;
Note: See TracChangeset for help on using the changeset viewer.