kinfocenter: replace __linux__ with Q_OS_LINUX definition check

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-02-17 17:55:10 +02:00
parent 3edc0ed578
commit 4f4942d558

View file

@ -35,7 +35,7 @@ bool GetInfo_SCSI(QTreeWidget* tree);
bool GetInfo_XServer_and_Video(QTreeWidget* tree);
#ifdef __linux__
#ifdef Q_OS_LINUX
#define INFO_IRQ_AVAILABLE
#define INFO_DMA_AVAILABLE