Use QtConcurrentRun instead of subclassing QThread.

This commit is contained in:
Felix Geyer
2011-11-12 01:49:19 +01:00
parent 2e84c96ab7
commit 9ef105e1ae
4 changed files with 21 additions and 77 deletions

View File

@@ -52,7 +52,6 @@ set(keepassx_SOURCES
gui/GroupView.cpp
gui/MainWindow.cpp
keys/CompositeKey.cpp
keys/CompositeKey_p.h
keys/Key.h
keys/PasswordKey.cpp
streams/HashedBlockStream.cpp
@@ -73,7 +72,6 @@ set(keepassx_MOC
gui/GroupModel.h
gui/GroupView.h
gui/MainWindow.h
keys/CompositeKey_p.h
streams/HashedBlockStream.h
streams/LayeredStream.h
streams/qtiocompressor.h