Strange output when I use QString fileName = QFileDialog::getOpenFileName()
-
Executing @QString fileName = QFileDialog::getOpenFileName()@ generates output of the sort
SNACNP::NPGetCaps::WNNC_USER
SNACNP::NPGetCaps::WNNC_CONNECTION
SNACNP::NPGetCaps::WNNC_ENUMERATION
SNACNP::NPGetCaps::WNNC_ADMIN
SNACNP::NPGetCaps::WNNC_DIALOG
SNACNP::NPGetCaps::WNNC_STARTThis is visible in the Application Output window withiin Qt Creator (2.0.1).
What is the significance of this output?
-
Which platform do you work on?
-
I think that someone calls NpGetcaps, but don't ask for the reason... perhaps something that is done implizitly, like Clearcase etc...
http://msdn.microsoft.com/en-us/library/aa378794(VS.85).aspx
"Returns information about which services are supported on the network." (copy from MSDN) -
Gerolf: Could you change your last comment to English, please? Thanks!