mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 11:29:33 +00:00
signals: -> Q_SIGNALS:
svn path=/trunk/kdesupport/qca/; revision=649899
This commit is contained in:
parent
2a902a021b
commit
34000532bb
@ -188,7 +188,7 @@ public:
|
||||
QDateTime timestamp() const; // Verify
|
||||
VerifyResult verifyResult() const; // Verify
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void readyRead();
|
||||
void bytesWritten(int bytes);
|
||||
void finished();
|
||||
|
@ -57,7 +57,7 @@ public:
|
||||
void closeAux();
|
||||
void closeCommand();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void error(gpgQCAPlugin::GPGProc::Error error);
|
||||
void finished(int exitCode);
|
||||
void readyReadStdout();
|
||||
|
Loading…
x
Reference in New Issue
Block a user