Fix lock file
This commit is contained in:
parent
413f785375
commit
0c20b0266c
@ -84,9 +84,9 @@ int main(int argc, char *argv[]) {
|
|||||||
a.setApplicationVersion("4.1");
|
a.setApplicationVersion("4.1");
|
||||||
|
|
||||||
QLockFile lockFile(QDir::temp().absoluteFilePath("com.arsenarsen.kshare.lock"));
|
QLockFile lockFile(QDir::temp().absoluteFilePath("com.arsenarsen.kshare.lock"));
|
||||||
if(!lockFile.tryLock(100)){
|
if(!lockFile.tryLock(100))
|
||||||
return 1;
|
return 1;
|
||||||
}
|
else lockFile.lock();
|
||||||
|
|
||||||
QString locale = QLocale::system().name();
|
QString locale = QLocale::system().name();
|
||||||
if (locale != "en_US") loadTranslation(locale);
|
if (locale != "en_US") loadTranslation(locale);
|
||||||
|
Loading…
Reference in New Issue
Block a user