mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:18:07 +00:00
Minor fix
This commit is contained in:
parent
d91f5e8a55
commit
c5f87a5fe4
@ -190,7 +190,7 @@ private:
|
||||
QString iniText(const QString &key, const QString &defaultValue = QString()) const;
|
||||
QStringList iniList(const QString &key) const;
|
||||
|
||||
QColor iniColor(const QString &key, const QColor &defaultValue) const;
|
||||
QColor iniColor(const QString &key, const QColor &defaultValue = QColor()) const;
|
||||
void setIniColor(const QString &key, const QColor &value,
|
||||
const QColor &defaultValue = QColor());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user