mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kinit: mark execpath_avoid_loops() function as static
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0c734511bc
commit
fd07b3628d
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ static void complete_startup_info( KStartupInfoId& id, pid_t pid )
|
|||
}
|
||||
#endif
|
||||
|
||||
QByteArray execpath_avoid_loops( const QByteArray& exec, int envc, const char* envs, bool avoid_loops )
|
||||
static QByteArray execpath_avoid_loops( const QByteArray& exec, int envc, const char* envs, bool avoid_loops )
|
||||
{
|
||||
QStringList paths;
|
||||
static const QChar pathSep = QChar::fromLatin1(':');
|
||||
|
|
Loading…
Add table
Reference in a new issue