@ -682,6 +682,7 @@ private:
}
virtual bool readEnvironment(int aPid) {
Q_UNUSED(aPid);
// Not supported in FreeBSD?
return false;
@ -148,6 +148,8 @@ void Pty::setUtf8Mode(bool enable)
if (!pty()->tcSetAttr(&ttmode))
kWarning() << "Unable to set terminal attributes.";
#else
Q_UNUSED(enable);
#endif