Changeset 175 for smplayer/vendor/current/src/cleanconfig.cpp
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/cleanconfig.cpp
r163 r175 24 24 25 25 s = config_path + "/yt.js"; 26 if (QFile::exists(s)) files_to_delete << s; 27 28 s = config_path + "/player_info.ini"; 26 29 if (QFile::exists(s)) files_to_delete << s; 27 30
Note:
See TracChangeset
for help on using the changeset viewer.