aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/libptyqt/ptyqt.h
blob: 85f27b33a9ba4c36b39e25f4527132ddc07e0c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef PTYQT_H
#define PTYQT_H

#include "iptyprocess.h"

class PtyQt
{
public:
    static IPtyProcess *createPtyProcess(IPtyProcess::PtyType ptyType);

    static bool isUsingConPTY();
};

#endif // PTYQT_H