Changeset 176 for smplayer/trunk/src/cleanconfig.cpp
- 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/cleanconfig.cpp
r165 r176 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.