Adapt to QtConcurrent being a separate module now.

This commit is contained in:
Felix Geyer
2015-07-22 17:22:31 +02:00
parent 5ad9edc3fd
commit 208b0f39e6
5 changed files with 7 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#include "CompositeKey.h"
#include "CompositeKey_p.h"
#include <QtConcurrentRun>
#include <QtConcurrent>
#include <QTime>
#include "crypto/CryptoHash.h"