Cutehacks / duperagent

A QML clone of VisionMedia's SuperAgent module.
MIT License
56 stars 23 forks source link

fix Qt 5.15.2 and beyond warning on Singleton's that start in lowercase #27

Open elendilm opened 3 years ago

elendilm commented 3 years ago

Lowercase Qml Singletons are deprecated in newer Qt. This removes the warning by commenting the lowercase counterpart of the Promise and Request singletons

ratijas commented 3 years ago

Please, consider removing code instead of commenting out. Dead comments won't help future development. There's version control systems for that.