Page 1 of 1

QFileLock

Posted: Fri Aug 28 2020 10:00 am
by baraujo
I have been using CopperSpice and it is great. Most of the examples are compatible with Qt and it works really well.

I am porting an app from Qt5 to Copperspice and was wondering if CopperSpice has someting similar to QFileLock?
I believe this was introduced in Qt5.

Re: QFileLock

Posted: Sat Aug 29 2020 8:25 pm
by barbara
The class is actually called QLockFile. We will look at adding this to CopperSpice since it does appear to be of value.

Barbara

Re: QFileLock

Posted: Fri Oct 30 2020 9:46 pm
by ansel
Thanks for the request. The new class has been pushed to github.