fix(Constants): disable image provider for the next release (buggy)

This commit is contained in:
Ronan Abhamon 2017-06-29 13:08:08 +02:00
parent cdfff23c35
commit 88e236a26b

View file

@ -9,5 +9,6 @@ QtObject {
property int sizeMax: 999999
property string imagesFormat: '.svg'
property string imagesPath: 'image://internal/'
// property string imagesPath: 'image://internal/'
property string imagesPath: 'qrc:/assets/images/'
}