mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Fixed compilation failure on Windows
This commit is contained in:
parent
40fa922de6
commit
ade15f5d41
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
signals:
|
||||
// Connect to this signal to get run results
|
||||
void finished( QByteArray stdout, QString error );
|
||||
void finished( QByteArray output, QString error );
|
||||
|
||||
// Used internally only
|
||||
signals:
|
||||
|
|
Loading…
Reference in a new issue