1
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:
nowrep 2013-03-19 09:16:57 +01:00
parent e3efd6e08e
commit 61357e17b1

View File

@ -123,5 +123,7 @@ QtLockedFile::~QtLockedFile()
if (isOpen()) {
unlock();
}
remove();
}