mirror of
https://github.com/ysoftdevs/Testa.git
synced 2026-01-14 23:53:25 +01:00
Initial Testa commit
This commit is contained in:
11
mainwindow.cpp
Normal file
11
mainwindow.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "mainwindow.h"
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user