mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
mark getSettingsPath() function as static
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
8df02dc5c3
commit
2b7b17b002
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ static QSettingsCustomFormat getSettingsFormat(QSettings::Format format)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString getSettingsPath(QSettings::Scope scope, const QString &filename, const QString &extension)
|
static QString getSettingsPath(QSettings::Scope scope, const QString &filename, const QString &extension)
|
||||||
{
|
{
|
||||||
QFileInfo info(filename);
|
QFileInfo info(filename);
|
||||||
if (info.isAbsolute()) {
|
if (info.isAbsolute()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue