Skip to content
Snippets Groups Projects
GUI.cpp 85 B
Newer Older
  • Learn to ignore specific revisions
  • #include "GUI.h"
    
    GUI::GUI(QWidget *parent)
        : QWidget(parent)
    {}
    
    GUI::~GUI() {}