I use Qt5 on ubuntu 14.04

Why when I use QSerialPortInfo::availablePorts without a arduino plugged it return the all ports from /dev/ttyS0 to /dev/ttyS31 and when I use QSerialPortInfo::availablePorts with a arduino plugged it return ONLY /dev/ttyACM0?