[app] Added ~/android_storage/Download to the search path
This commit is contained in:
parent
d8964ee8b1
commit
44e40dbb3a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015 Jolla Ltd.
|
||||
* Copyright (C) 2015-2016 Jolla Ltd.
|
||||
* Contact: Slava Monich <slava.monich@jolla.com>
|
||||
*
|
||||
* You may use this file under the terms of the BSD license as follows:
|
||||
|
@ -219,6 +219,7 @@ void BooksImportModel::Task::performTask()
|
|||
iDestFiles = QDir(iDestDir).entryInfoList(QDir::Files);
|
||||
}
|
||||
scanDir(QDir(QDir::homePath() + "/Downloads"));
|
||||
scanDir(QDir(QDir::homePath() + "/android_storage/Download"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue