SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

url of the database must not be hardcoded, instead it must be configured in the settings #25

Closed KOLANICH closed 3 years ago

SaschaWillems commented 5 years ago

Care to elaborate? Why would I want to change the url of the database?

KOLANICH commented 5 years ago

Because it is conceptually incorrect to hardcode these addresses. For example in order to replace http:// to https:// I had to rebuild the app. End users have no such an option - they have neither a compiler, nor Qt, nor other needed libs.

SaschaWillems commented 3 years ago

I don't have any plans to change this.