Remove a compile warning

It's cleaner to make this a QString, anyeway.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-05-23 18:36:18 -07:00
parent 8d359f8e57
commit 641db88a2c

View file

@ -71,7 +71,7 @@ void init_qt_ui(int *argcp, char ***argvp, char *errormessage)
window->show();
}
const char *getSetting(QSettings &s, char *name)
const char *getSetting(QSettings &s, QString name)
{
QVariant v;
QString text;