mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
8d359f8e57
commit
641db88a2c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue