1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-06-20 18:56:08 -04:00

Fix invalid member function pointer reference

This commit is contained in:
Bill Somerville 2018-11-30 21:50:44 +00:00
parent e7673d7c0e
commit cb782c3d19

@ -379,7 +379,7 @@ public:
WorkedBefore::WorkedBefore ()
{
connect (&m_->loader_watcher_, QFutureWatcher<worked_before_database_type>::finished, [this] () {
connect (&m_->loader_watcher_, &QFutureWatcher<worked_before_database_type>::finished, [this] () {
QString error;
size_t n {0};
try