Files
amnezia-client/ipc/ipc_process_tun2socks.rep
T

12 lines
217 B
Plaintext
Raw Normal View History

2024-09-20 04:12:22 -07:00
#include <QtCore>
#include <QString>
class IpcProcessTun2Socks
{
SLOT( start() );
SLOT( stop() );
SIGNAL( setConnectionState(int state) );
SIGNAL( stateChanged(QProcess::ProcessState newState) );
};