Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / kinfocenter / pci / kpci.h
blob2c65e4cb2226738970e9b803b2144f266218f7a9
1 /* Retrieve information about PCI subsystem through libpci library from
2 pciutils package. This should be possible on Linux, BSD and AIX.
4 Author: Konrad Rzepecki <hannibal@megapolis.pl>
5 */
7 #ifndef KCONTROL_KPCI_H
8 #define KCONTROL_KPCI_H
10 #include <QTreeWidget>
12 bool GetInfo_PCIUtils(QTreeWidget* tree);
14 #endif //KCONTROL_KPCI_H