Skip to content

Commit b5f429d

Browse files
committed
removed methods that are not part of Qt 5.6
1 parent b782280 commit b5f429d

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core2.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,11 +1543,6 @@ QProcess::ExitStatus PythonQtWrapper_QProcess::exitStatus(QProcess* theWrappedO
15431543
return ( theWrappedObject->exitStatus());
15441544
}
15451545

1546-
bool PythonQtWrapper_QProcess::inheritHandles(QProcess* theWrappedObject) const
1547-
{
1548-
return ( theWrappedObject->inheritHandles());
1549-
}
1550-
15511546
QProcess::InputChannelMode PythonQtWrapper_QProcess::inputChannelMode(QProcess* theWrappedObject) const
15521547
{
15531548
return ( theWrappedObject->inputChannelMode());
@@ -1603,11 +1598,6 @@ void PythonQtWrapper_QProcess::setEnvironment(QProcess* theWrappedObject, const
16031598
( theWrappedObject->setEnvironment(environment));
16041599
}
16051600

1606-
void PythonQtWrapper_QProcess::setInheritHandles(QProcess* theWrappedObject, bool inherit)
1607-
{
1608-
( theWrappedObject->setInheritHandles(inherit));
1609-
}
1610-
16111601
void PythonQtWrapper_QProcess::setInputChannelMode(QProcess* theWrappedObject, QProcess::InputChannelMode mode)
16121602
{
16131603
( theWrappedObject->setInputChannelMode(mode));

generated_cpp_56/com_trolltech_qt_core/com_trolltech_qt_core2.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ void delete_QProcess(QProcess* obj) { delete obj; }
329329
int static_QProcess_execute(const QString& program, const QStringList& arguments);
330330
int exitCode(QProcess* theWrappedObject) const;
331331
QProcess::ExitStatus exitStatus(QProcess* theWrappedObject) const;
332-
bool inheritHandles(QProcess* theWrappedObject) const;
333332
QProcess::InputChannelMode inputChannelMode(QProcess* theWrappedObject) const;
334333
bool py_q_isSequential(QProcess* theWrappedObject) const{ return (((PythonQtPublicPromoter_QProcess*)theWrappedObject)->py_q_isSequential());}
335334
QString static_QProcess_nullDevice();
@@ -344,7 +343,6 @@ void delete_QProcess(QProcess* obj) { delete obj; }
344343
qint64 py_q_readData(QProcess* theWrappedObject, char* data, qint64 maxlen){ return (((PythonQtPublicPromoter_QProcess*)theWrappedObject)->py_q_readData(data, maxlen));}
345344
void setArguments(QProcess* theWrappedObject, const QStringList& arguments);
346345
void setEnvironment(QProcess* theWrappedObject, const QStringList& environment);
347-
void setInheritHandles(QProcess* theWrappedObject, bool inherit);
348346
void setInputChannelMode(QProcess* theWrappedObject, QProcess::InputChannelMode mode);
349347
void setProcessChannelMode(QProcess* theWrappedObject, QProcess::ProcessChannelMode mode);
350348
void setProcessEnvironment(QProcess* theWrappedObject, const QProcessEnvironment& environment);

0 commit comments

Comments
 (0)