From 641db88a2c6b50ccbb2df1546de42b779541bf0c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 23 May 2013 18:36:18 -0700 Subject: Remove a compile warning It's cleaner to make this a QString, anyeway. Signed-off-by: Dirk Hohndel --- qt-gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-gui.cpp b/qt-gui.cpp index 38038bf61..caacdb1df 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -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; -- cgit v1.2.3-70-g09d2