aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/test/util.cpp')
-rw-r--r--src/qt/test/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/util.cpp b/src/qt/test/util.cpp
index 261caaaee5..0bd719326e 100644
--- a/src/qt/test/util.cpp
+++ b/src/qt/test/util.cpp
@@ -18,5 +18,5 @@ void ConfirmMessage(QString* text, int msec)
}
}
delete callback;
- }), SLOT(call()));
+ }), &Callback::call);
}