aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/api/testdata/missing-qobject-header/main.cpp
blob: 191b3b3168cf9d0482288007305c24415df6d1d1 (plain)
1
2
3
4
5
6
#include "myobject.h"

int main()
{
    MyObject().func();
}