1 /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
2 file Copyright.txt or https://cmake.org/licensing for details. */
7 class BlubBlub
: public QObject
16 int getValue() const { return 13; }
26 printf("Blub blub %d ! \n", bb
.getValue());
29 // test the case that the wrong moc-file is included, it should
30 // actually be "blub.moc"
31 #include "moc_blub.cpp"