xiaoyong / 2048-Qt

The 2048 game implemented in Qt
MIT License
66 stars 36 forks source link

Save config file in non-obvious location #6

Closed LocutusOfBorg closed 9 years ago

LocutusOfBorg commented 9 years ago

QApplication app(argc, argv); Settings settings(0, "xiaoyong", "2048-Qt"); settings.setVersion(QString(APP_VERSION));

this leads to a file in ~/.config/xiaoyong/ location, non obvious.

Cant it be replaced with something "better"?

this is a report from debian https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767151

akien-mga commented 9 years ago

+1

xiaoyong commented 9 years ago

This issue has been fixed.