File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ class ConPtyProcess : public IPtyProcess
142
142
virtual QString currentDir ();
143
143
virtual bool hasChildProcess ();
144
144
virtual QList<QPair<int , QString>> childProcessInfoList ();
145
- virtual <int , QString> processInfo ();
145
+ virtual QPair <int , QString> processInfo ();
146
146
bool isAvailable ();
147
147
void moveToThread (QThread *targetThread);
148
148
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class WinPtyProcess : public IPtyProcess
22
22
QString currentDir ();
23
23
virtual bool hasChildProcess ();
24
24
virtual QList<QPair<int , QString>> childProcessInfoList ();
25
- virtual <int , QString> processInfo ();
25
+ virtual QPair <int , QString> processInfo ();
26
26
bool isAvailable ();
27
27
void moveToThread (QThread *targetThread);
28
28
You can’t perform that action at this time.
0 commit comments