diff options
Diffstat (limited to 'src/sources/threadedtrigger.cpp')
-rw-r--r-- | src/sources/threadedtrigger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sources/threadedtrigger.cpp b/src/sources/threadedtrigger.cpp index 5ea2998..8c667e0 100644 --- a/src/sources/threadedtrigger.cpp +++ b/src/sources/threadedtrigger.cpp @@ -65,3 +65,4 @@ void ThreadedTrigger::run(){ // 2. mWaitMutex is locked when we enter the loop mWaitMutex.unlock(); // unlock it again } +#include "threadedtrigger.moc" |