aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/libptyqt/ptyqt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/3rdparty/libptyqt/ptyqt.h')
-rw-r--r--src/libs/3rdparty/libptyqt/ptyqt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/libs/3rdparty/libptyqt/ptyqt.h b/src/libs/3rdparty/libptyqt/ptyqt.h
new file mode 100644
index 0000000000..85f27b33a9
--- /dev/null
+++ b/src/libs/3rdparty/libptyqt/ptyqt.h
@@ -0,0 +1,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