Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (10 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.4

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/src/prefgeneral.h

    r165 r176  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1717*/
    1818
    19 #ifndef _PREFGENERAL_H_
    20 #define _PREFGENERAL_H_
     19#ifndef
     20#define
    2121
    2222#include "ui_prefgeneral.h"
     
    3737#endif
    3838
     39
     40
     41
     42
    3943class PrefGeneral : public PrefWidget, public Ui::PrefGeneral
    4044{
     
    7074        void setScreenshotDir( QString path );
    7175        QString screenshotDir();
     76
     77
     78
     79
     80
    7281
    7382        void setVO( QString vo_driver );
     
    186195
    187196protected slots:
     197
     198
     199
    188200        void vo_combo_changed(int);
    189201        void ao_combo_changed(int);
Note: See TracChangeset for help on using the changeset viewer.