mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
[QtSingleApplication] Delete lockfile upon closing application.
Closes #811
This commit is contained in:
parent
e3efd6e08e
commit
61357e17b1
2
src/lib/3rdparty/qtlockedfile_unix.cpp
vendored
2
src/lib/3rdparty/qtlockedfile_unix.cpp
vendored
@ -123,5 +123,7 @@ QtLockedFile::~QtLockedFile()
|
||||
if (isOpen()) {
|
||||
unlock();
|
||||
}
|
||||
|
||||
remove();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user