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