Hi,

I would like to pass an additional boolean parameter with the following slot:
Qt Code:
  1. QObject::connect(fs, SIGNAL(fileChanged(QString)), this, SLOT(readInfo(QString)));
To copy to clipboard, switch view to plain text mode 

I saw QSignalMapper might be the the way to go...can you show an example?

Thanks,
Surf