added todos planning an imageViewer add-on

This commit is contained in:
Anika Raemer 2018-12-11 10:28:17 +01:00
parent 727f0cb54e
commit 50deec22f1
2 changed files with 15 additions and 1 deletions

View file

@ -32,7 +32,6 @@ bool NavigationItemModel::setPath(const QString &path)
mPath = path;
/// @todo move default image to qrc
auto source = dir.filePath("image.jpg");
if(QFile(source).exists()){
mImageSource = "file:///" + source;