aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/optiontests.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qt/test/optiontests.h')
-rw-r--r--src/qt/test/optiontests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/optiontests.h b/src/qt/test/optiontests.h
index 39c1612c8f..257a0b65be 100644
--- a/src/qt/test/optiontests.h
+++ b/src/qt/test/optiontests.h
@@ -16,7 +16,7 @@ public:
explicit OptionTests(interfaces::Node& node) : m_node(node) {}
private Q_SLOTS:
- void optionTests();
+ void integerGetArgBug();
void parametersInteraction();
private: