/ setup.cpp
setup.cpp
1  #include "setup.h"
2  
3  Setup::Setup(QObject *parent) : QObject(parent)
4  {
5  
6  }