Check feasability of the "ToDo"s in Storeman's source files #356
Labels
enhancement
Is supposed to enhance something
help wanted
Support is needed to proceed
information needed
More information is needed to address this
A
fgrep -inr "todo" .
reveals:./src/ornapplication.cpp:295: // TODO: Try to avoid using QTimer here
./src/harbour-storeman.cpp:59: // TODO: Available in Qt.application object since Qt 5.9
./src/ornclient.cpp:335: // TODO: Remove later
./src/storeman.cpp:105: // TODO: Remove later
./qml/components/AppPageMenu.qml:76: // TODO: This also should be shown for apps with no solved packages
./qml/harbour-storeman.qml:12: // TODO: Use Qt.application.displayName (available since Qt 5.9)
Note that the minimal supported SailfishOS version is (and should stay) 3.1.0. Hence check that SFOS 3.1.0 uses Qt ≥ 5.9, first (for
./src/harbour-storeman.cpp:59
and./qml/harbour-storeman.qml:12
).The text was updated successfully, but these errors were encountered: