Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / kinfocenter / base / info_generic.cpp
blob319f3e7d72be2e835026a6847db25469465b36dc
1 /*
3 1998 by Helge Deller (deller@gmx.de)
4 free source under GPL
6 !!!!! this file will be included by info.cpp !!!!!
7 */
9 // Default for unsupportet systems
12 /* all following functions should return true, when the Information
13 was filled into the lBox-Widget.
14 returning false indicates, that information was not available.
17 bool GetInfo_CPU(QTreeWidget*) {
18 return false;
21 bool GetInfo_IRQ(QTreeWidget*) {
22 return false;
25 bool GetInfo_DMA(QTreeWidget*) {
26 return false;
29 bool GetInfo_PCI(QTreeWidget*) {
30 return false;
33 bool GetInfo_IO_Ports(QTreeWidget*) {
34 return false;
37 bool GetInfo_Sound(QTreeWidget*) {
38 return false;
41 bool GetInfo_Devices(QTreeWidget*) {
42 return false;
45 bool GetInfo_SCSI(QTreeWidget*) {
46 return false;
49 bool GetInfo_Partitions(QTreeWidget*) {
50 return false;
53 bool GetInfo_XServer_and_Video(QTreeWidget* tree) {
54 return GetInfo_XServer_Generic(tree);