1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
antelope-keygen/gui
Henrik Hautakoski 3c21e27f45 gui/SearchWindow: Use QFutureWatcher instead of QThread.
By removing the call to QThread::create() that requires version >= 5.11 we can have a lower version as requirement.

This is useful because a lot of systems don't ship with 5.11 as default.
2020-04-10 11:52:58 +02:00
..
CMakeLists.txt gui/SearchWindow: Use QFutureWatcher instead of QThread. 2020-04-10 11:52:58 +02:00
main.cpp Adding initial GUI code. 2020-04-08 10:11:52 +02:00
SearchWindow.cpp gui/SearchWindow: Use QFutureWatcher instead of QThread. 2020-04-10 11:52:58 +02:00
SearchWindow.h gui/SearchWindow: Use QFutureWatcher instead of QThread. 2020-04-10 11:52:58 +02:00