Changeset 175 for smplayer/vendor/current/src/helper.h
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified smplayer/vendor/current/src/helper.h ¶
r163 r175 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.