mirror of
https://github.com/KDE/konsole.git
synced 2026-05-05 05:07:06 -04:00
Return false for methods not implemented in Solaris.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1017794
This commit is contained in:
@@ -811,13 +811,13 @@ private:
|
||||
virtual bool readArguments(int /*pid*/)
|
||||
{
|
||||
// Handled in readProcInfo()
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool readEnvironment(int /*pid*/)
|
||||
{
|
||||
// Not supported in Solaris
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool readCurrentDir(int pid)
|
||||
|
||||
Reference in New Issue
Block a user