File indexing completed on 2024-05-05 05:53:52

0001 /*
0002     SPDX-FileCopyrightText: 2023 Waqar Ahmed <waqar.17a@gmail.com>
0003     SPDX-License-Identifier: MIT
0004 */
0005 #include "iptyprocess.h"
0006 
0007 IPtyProcess::~IPtyProcess() = default;
0008 
0009 #include "moc_iptyprocess.cpp"