added todos planning an imageViewer add-on
This commit is contained in:
parent
727f0cb54e
commit
50deec22f1
2 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue