Hi,

I have an application that contains a QLineEdit and a slot that recives "editingFinished" from this QLineEdit.
When closing the application using "X" button, the signal is emmited and the slot is called. In this case I want to ignore this signal. Is it possible?

Thanks,