- Timestamp:
- May 3, 2016, 5:25:45 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 175
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/findsubtitlesconfigdialog.h
r165 r176 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 17 17 */ 18 18 19 #ifndef _FINDSUBTITLESCONFIGDIALOG_H_20 #define _FINDSUBTITLESCONFIGDIALOG_H_19 #ifndef FINDSUBTITLESCONFIGDIALOG_H 20 #define FINDSUBTITLESCONFIGDIALOG_H 21 21 22 22 #include "ui_findsubtitlesconfigdialog.h" … … 34 34 QString server(); 35 35 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 36 47 // Proxy 37 48 void setUseProxy(bool b); … … 52 63 void setProxyType(int type); 53 64 int proxyType(); 65 #endif 54 66 }; 55 67
Note:
See TracChangeset
for help on using the changeset viewer.