Home
last modified time | relevance | path

Searched refs:pathHashKey (Results 1 – 20 of 20) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqsettings.cpp1071 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1101 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1103 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1125 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), userPath); in initDefaultPaths()
1126 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), systemPath); in initDefaultPaths()
1128 pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), userPath); in initDefaultPaths()
1129 pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), systemPath); in initDefaultPaths()
1145 QString result = pathHash->value(pathHashKey(format, scope)); in getPath()
1150 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3549 pathHash->insert(pathHashKey(format, scope), path + QDir::separator()); in setPath()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqsettings.cpp1022 static inline int pathHashKey(QSettings::Format format, QSettings::Scope scope) in pathHashKey() function
1081 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), in initDefaultPaths()
1083 pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), in initDefaultPaths()
1087 … pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::UserScope), Path(userPath, false)); in initDefaultPaths()
1088 …pathHash->insert(pathHashKey(QSettings::IniFormat, QSettings::SystemScope), Path(systemPath, false… in initDefaultPaths()
1090 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::UserScope), Path(userPath, false)… in initDefaultPaths()
1091 …pathHash->insert(pathHashKey(QSettings::NativeFormat, QSettings::SystemScope), Path(systemPath, fa… in initDefaultPaths()
1109 Path result = pathHash->value(pathHashKey(format, scope)); in getPath()
1114 return pathHash->value(pathHashKey(QSettings::IniFormat, scope)); in getPath()
3523 pathHash->insert(pathHashKey(format, scope), Path(path + QDir::separator(), true)); in setPath()