aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/lots-of-dots/object.narf.cpp
blob: a8761e53b99d4eee40c527ee2723861914d7ac5c (plain)
1
2
3
4
5
6
7
#include "object.narf.h"
#include <cstdio>

ObjectNarf::ObjectNarf(QObject *parent)
    : QObject(parent)
{}