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

#include "iptyprocess.h"

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

#endif // PTYQT_H