We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd71ac commit 48274c7Copy full SHA for 48274c7
lib/kpty.cpp
@@ -174,14 +174,12 @@ KPtyPrivate::~KPtyPrivate()
174
{
175
}
176
177
-#ifndef HAVE_OPENPTY
178
bool KPtyPrivate::chownpty(bool)
179
180
// return !QProcess::execute(KStandardDirs::findExe("kgrantpty"),
181
// QStringList() << (grant?"--grant":"--revoke") << QString::number(masterFd));
182
return true;
183
184
-#endif
185
186
/////////////////////////////
187
// public member functions //
lib/kpty_p.h
@@ -35,9 +35,7 @@ class KPtyPrivate {
35
KPtyPrivate(KPty* parent);
36
virtual ~KPtyPrivate();
37
38
39
bool chownpty(bool grant);
40
41
42
int masterFd;
43
int slaveFd;
0 commit comments