#include #include #include "pass.h" Pass::Pass() { } void Pass::speak() { qDebug() << "Starting app from main.cpp"; }