Ignore:
Timestamp:
May 3, 2016, 5:25:45 PM (9 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/findsubtitles/findsubtitlesconfigdialog.h

    r165 r176  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    1717*/
    1818
    19 #ifndef _FINDSUBTITLESCONFIGDIALOG_H_
    20 #define _FINDSUBTITLESCONFIGDIALOG_H_
     19#ifndef FINDSUBTITLESCONFIGDIALOG_H
     20#define FINDSUBTITLESCONFIGDIALOG_H
    2121
    2222#include "ui_findsubtitlesconfigdialog.h"
     
    3434        QString server();
    3535
     36#ifdef OS_SEARCH_WORKAROUND
     37        void setRetries(int n);
     38        int retries();
     39#endif
     40
     41#ifdef DOWNLOAD_SUBS
     42        void setAppendLang(bool b);
     43        bool appendLang();
     44#endif
     45
     46#ifdef FS_USE_PROXY
    3647        // Proxy
    3748        void setUseProxy(bool b);
     
    5263        void setProxyType(int type);
    5364        int proxyType();
     65#endif
    5466};
    5567
Note: See TracChangeset for help on using the changeset viewer.