You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting FileCase at the command line by filecase, some startup output may denote coding flaws:
[W] unknown:157 - file:///usr/lib/qt5/qml/Sailfish/Silica/private/RemorseBase.qml:157:5: QML Column: Cannot anchor to an item that isn't a parent or sibling.
[D] onCompleted:141 - PulleyAnimationHint requires a SilicaFlickable parent
[D] onCompleted:103 - ViewPlaceholder requires a SilicaFlickable parent
[D] onCompleted:389 - Warning: specifying an object instance for initialPage is sub-optimal - prefer to use a Component
ToDo: Check for similar messages when using FileCase.
The text was updated successfully, but these errors were encountered:
When starting FileCase at the command line by
filecase
, some startup output may denote coding flaws:[W] unknown:157 - file:///usr/lib/qt5/qml/Sailfish/Silica/private/RemorseBase.qml:157:5: QML Column: Cannot anchor to an item that isn't a parent or sibling.
[D] onCompleted:141 - PulleyAnimationHint requires a SilicaFlickable parent
[D] onCompleted:103 - ViewPlaceholder requires a SilicaFlickable parent
[D] onCompleted:389 - Warning: specifying an object instance for initialPage is sub-optimal - prefer to use a Component
ToDo: Check for similar messages when using FileCase.
The text was updated successfully, but these errors were encountered: