added if to avoid error until the decisons about examples

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 6fe52f690b
commit d4892ec848
  1. 2
      src/board/UBFeaturesController.cpp

@ -59,6 +59,8 @@ const QString UBFeaturesController::webSearchPath = rootPath + "/Web search";
void UBFeaturesComputingThread::scanFS(const QUrl & currentPath, const QString & currVirtualPath, const QSet<QUrl> &pFavoriteSet)
{
Q_ASSERT(QFileInfo(currentPath.toLocalFile()).exists());
if(QFileInfo(currentPath.toLocalFile()).exists())
return;
QFileInfoList fileInfoList = UBFileSystemUtils::allElementsInDirectory(currentPath.toLocalFile());

Loading…
Cancel
Save