summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/xyz.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/xyz.cpp')
-rw-r--r--Tests/QtAutogen/xyz.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/Tests/QtAutogen/xyz.cpp b/Tests/QtAutogen/xyz.cpp
index a3562a3..c3c598e 100644
--- a/Tests/QtAutogen/xyz.cpp
+++ b/Tests/QtAutogen/xyz.cpp
@@ -11,17 +11,15 @@
See the License for more information.
============================================================================*/
-
#include "xyz.h"
#include <stdio.h>
Xyz::Xyz()
-:QObject()
+ : QObject()
{
}
-
void Xyz::doXyz()
{
printf("This is xyz !\n");