]> icculus.org git repositories - duncan/yast2-qt4.git/blob - src/Y2CCQt.cc
clicking packages work! so the package selector is now
[duncan/yast2-qt4.git] / src / Y2CCQt.cc
1 /*---------------------------------------------------------------------\
2 |                                                                      |
3 |                      __   __    ____ _____ ____                      |
4 |                      \ \ / /_ _/ ___|_   _|___ \                     |
5 |                       \ V / _` \___ \ | |   __) |                    |
6 |                        | | (_| |___) || |  / __/                     |
7 |                        |_|\__,_|____/ |_| |_____|                    |
8 |                                                                      |
9 |                               core system                            |
10 |                                                        (C) SuSE GmbH |
11 \----------------------------------------------------------------------/
12
13   File:       Y2CCQt.cc
14
15   Author:     Stefan Hundhammer <sh@suse.de>
16
17 /-*/
18
19
20 #include "Y2CCQt.h"
21
22 // This is very important: We create one global variable of
23 // Y2CCQt. Its constructor will register it automatically to
24 // the Y2ComponentBroker, so that will be able to find it.
25 // This all happens before main() is called!
26
27 Y2CCQt g_y2ccqt;
28
29