]> icculus.org git repositories - duncan/yast2-web-wt.git/blob - src/YWebDialog.cc
crap
[duncan/yast2-web-wt.git] / src / YWebDialog.cc
1 /*---------------------------------------------------------------------\
2 |                                                                      |
3 |                      __   __    ____ _____ ____                      |
4 |                      \ \ / /_ _/ ___|_   _|___ \                     |
5 |                       \ V / _` \___ \ | |   __) |                    |
6 |                        | | (_| |___) || |  / __/                     |
7 |                        |_|\__,_|____/ |_| |_____|                    |
8 |                                                                      |
9 |                               core system                            |
10 |                                                        (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12
13   File:         YWebDialog.cc
14
15   Author:       Stefan Hundhammer <sh@suse.de>
16
17 /-*/
18
19
20 #define y2log_component "web-ui"
21 #include "YWebDialog.h"
22
23 using std::string;
24
25 YWebDialog::YWebDialog( const YWidgetOpt & opt )
26     : YDialog( opt )
27 {
28 }
29
30
31 YWebDialog::~YWebDialog()
32 {
33 }
34
35
36
37