From 04a12485219f38e113932e8aa20b6bc12d8fa715 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 May 2019 23:09:09 +0900 Subject: Adjusted to latest TQVariant::TQVariant(bool) function. Signed-off-by: Michele Calgaro --- kexi/plugins/macros/tests/testaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/plugins/macros/tests/testaction.cpp') diff --git a/kexi/plugins/macros/tests/testaction.cpp b/kexi/plugins/macros/tests/testaction.cpp index 3e4d28162..fecec6322 100644 --- a/kexi/plugins/macros/tests/testaction.cpp +++ b/kexi/plugins/macros/tests/testaction.cpp @@ -36,7 +36,7 @@ TestAction::TestAction() setVariable("teststring", "Stringtest", TQString("testString")); setVariable("testint", "Inttest", int(0)); setVariable("testdouble", "Doubletest", double(0.5)); - setVariable("testbool", "Booltest", TQVariant(true,0)); + setVariable("testbool", "Booltest", TQVariant(true)); } TestAction::~TestAction() -- cgit v1.2.3