mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kpty: removal redundant workaround from kptyprocesstest
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
293536b688
commit
1c70cb95e7
1 changed files with 0 additions and 9 deletions
|
@ -24,15 +24,6 @@
|
|||
#include <kptydevice.h>
|
||||
#include <qtest_kde.h>
|
||||
|
||||
#include <QtCore/qthread.h>
|
||||
|
||||
// Qt4 workaround, fixed in Qt5
|
||||
class MyQThread : public QThread
|
||||
{
|
||||
public:
|
||||
using QThread::msleep;
|
||||
};
|
||||
|
||||
void KPtyProcessTest::test_suspend_pty()
|
||||
{
|
||||
KPtyProcess p;
|
||||
|
|
Loading…
Add table
Reference in a new issue