Opening a file dialog gives a warning on stdout; Qt 5.1.0
General and Desktop
3
Posts
3
Posters
1.8k
Views
1
Watching
-
Same here,
I am using Qt 5.1.0, MaxOSX 10.8.4The following code :
@QString fileName = QFileDialog::getOpenFileName(this, tr("Open Image"),QDir::homePath(),tr("Images (*.png *.xpm *.jpg)"));@generates this warning message :
@QFileSystemWatcher::removePaths: list is empty@