Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
RunCMake
/
Autogen
/
MyWindow.cpp
blob: d87c2e913ed4894b9a4f299218aa648fc941c7fa [
file
] [
log
] [
blame
]
#include
"MyWindow.h"
MyWindow
::
MyWindow
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
this
->
m_ui
.
setupUi
(
this
);
}