Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/preferencesdialog.h

    r176 r181  
    2828*/
    2929
    30 class QTextBrowser;
     30class InfoWindow;
    3131class QPushButton;
    3232
     
    5151{
    5252        Q_OBJECT
     53        Q_PROPERTY(bool iconMode READ isIconMode WRITE setIconMode)
    5354
    5455public:
     
    7879        bool requiresRestart();
    7980
     81        void setIconMode(bool);
     82        bool isIconMode() { return icon_mode; };
     83
    8084public slots:
    8185        void showSection(Section s);
     
    103107        PrefInput * page_input;
    104108        PrefPlaylist * page_playlist;
     109#ifdef TV_SUPPORT
    105110        PrefTV * page_tv;
     111#endif
    106112        PrefUpdates * page_updates;
    107113        PrefNetwork * page_network;
     
    112118#endif
    113119
    114         QTextBrowser * help_window;
     120        InfoWindow * help_window;
    115121
    116122private:
     
    119125        QPushButton * applyButton;
    120126        QPushButton * helpButton;
     127
     128        bool icon_mode;
    121129};
    122130
Note: See TracChangeset for help on using the changeset viewer.