Changeset 176 for smplayer/trunk/src/helper.h
- 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/helper.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 … … 18 18 19 19 20 #ifndef _HELPER_H_21 #define _HELPER_H_20 #ifndef HELPER_H 21 #define HELPER_H 22 22 23 23 #include <QString> … … 70 70 #endif 71 71 72 #ifndef Q_OS_WIN 73 //! Tries to find the executable in the path. 74 //! Returns the path if found or QString::null if not. 75 static QString findExecutable(const QString & name); 76 #endif 77 72 78 private: 73 79 static QStringList searchForConsecutiveFiles(const QString & initial_file);
Note:
See TracChangeset
for help on using the changeset viewer.