|
Last change
on this file since d97af9 was 34ff5e6, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
|
Added support for creating a main window using the UIFactory.
|
-
Property mode
set to
100644
|
|
File size:
259 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * Window.cpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Jan 7, 2010
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #include "UIElements/MainWindow.hpp"
|
|---|
| 9 |
|
|---|
| 10 | MainWindow::MainWindow()
|
|---|
| 11 | {
|
|---|
| 12 | // TODO Auto-generated constructor stub
|
|---|
| 13 |
|
|---|
| 14 | }
|
|---|
| 15 |
|
|---|
| 16 | MainWindow::~MainWindow()
|
|---|
| 17 | {
|
|---|
| 18 | // TODO Auto-generated destructor stub
|
|---|
| 19 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.