Git repository for mines3d founded, mines3d v1.0 imported.
[mines3d.git] / ui / qt / AboutForm.cpp
blobc4f3739d1f3d3c461ede1d5d2f6c62ed1411d61c
1 /*
2 * File: AboutForm.cpp
3 * Created: 20.1.2010
4 * Author: Petr Kubizňák
5 * Purpose:
6 */
8 /* -------------------------------------------------------------------------- */
10 #include "AboutForm.h"
12 /* -------------------------------------------------------------------------- */
14 AboutForm::AboutForm(void) {
15 ui.setupUi(this);
18 /* -------------------------------------------------------------------------- */
20 AboutForm::~AboutForm(void) {
24 /* -------------------------------------------------------------------------- */