From 1bc6a5a9601d953a914563d7782764b02607aa35 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 Jun 2014 20:35:57 +0300 Subject: Fix final detection. --- tests/testsrc/good/final1.cpp | 4 ++++ tests/testsrc/good/final1.h | 5 +++++ 2 files changed, 9 insertions(+) (limited to 'tests/testsrc/good') diff --git a/tests/testsrc/good/final1.cpp b/tests/testsrc/good/final1.cpp index e3d0b4d..cdb6a1b 100644 --- a/tests/testsrc/good/final1.cpp +++ b/tests/testsrc/good/final1.cpp @@ -31,3 +31,7 @@ class Test2 notfinal : public Test1 { Test2(); } + +/* + * Sets the widget being dragged. Used by the Gui class to +*/ diff --git a/tests/testsrc/good/final1.h b/tests/testsrc/good/final1.h index 1b4da20..c66c08a 100644 --- a/tests/testsrc/good/final1.h +++ b/tests/testsrc/good/final1.h @@ -27,3 +27,8 @@ class Test1 notfinal class Test2 final : public Test1 { } + + +/* + * Sets the widget being dragged. Used by the Gui class to +*/ \ No newline at end of file -- cgit v1.2.3-70-g09d2