tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
qimgv: drop unused patch
helbling.dev
3 years ago
d24d8b71
ee82feef
-13
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
qimgv
qt5-12-compat.diff
-13
pkgs/applications/graphics/qimgv/qt5-12-compat.diff
···
1
1
-
diff --git a/qimgv/components/directorymanager/watchers/linux/linuxworker.cpp b/qimgv/components/directorymanager/watchers/linux/linuxworker.cpp
2
2
-
index 96ec9d3..6d95d08 100644
3
3
-
--- a/qimgv/components/directorymanager/watchers/linux/linuxworker.cpp
4
4
-
+++ b/qimgv/components/directorymanager/watchers/linux/linuxworker.cpp
5
5
-
@@ -21,7 +21,7 @@ void LinuxWorker::setDescriptor(int desc) {
6
6
-
7
7
-
void LinuxWorker::run() {
8
8
-
emit started();
9
9
-
- isRunning.storeRelaxed(true);
10
10
-
+ isRunning.store(true);
11
11
-
12
12
-
if (fd == -1) {
13
13
-
qDebug() << TAG << "File descriptor isn't set! Stopping";