← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~m2j/openlp/cleanups into lp:openlp

 

Tim, do you mean these type of lines?

619	-            filename = unicode(QtCore.QDir.toNativeSeparators(filename))
620	+            filename = unicode(filename).replace(u'/', os.path.sep)

I don't think the functionality has changed, just the method used for consistency with other code. Just tested, works fine on Windows.
-- 
https://code.launchpad.net/~m2j/openlp/cleanups/+merge/96225
Your team OpenLP Core is subscribed to branch lp:openlp.


References