|
|
@ -603,6 +603,7 @@ bool HardwareInfo::intialiseHWInfo() {
|
|
|
|
if (!allUDIs.contains( hwdevice->uniqueID() )) {
|
|
|
|
if (!allUDIs.contains( hwdevice->uniqueID() )) {
|
|
|
|
allUDIs.append( hwdevice->uniqueID() );
|
|
|
|
allUDIs.append( hwdevice->uniqueID() );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
connect(edevice, TQT_SIGNAL(switchChanged()), this, TQT_SLOT(checkLidcloseState()));
|
|
|
|
checkLidcloseState();
|
|
|
|
checkLidcloseState();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|