diff options
Diffstat (limited to 'Tests/QtAutogen/bar.cpp')
-rw-r--r-- | Tests/QtAutogen/bar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/QtAutogen/bar.cpp b/Tests/QtAutogen/bar.cpp index 8be48159d0..2eefd08761 100644 --- a/Tests/QtAutogen/bar.cpp +++ b/Tests/QtAutogen/bar.cpp @@ -16,7 +16,7 @@ #include <stdio.h> Bar::Bar() -:QObject() + : QObject() { } |