summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/smtpclient.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mailit/smtpclient.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mailit/smtpclient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/unsupported/mailit/smtpclient.h b/noncore/unsupported/mailit/smtpclient.h
index 45c0703..554ba3f 100644
--- a/noncore/unsupported/mailit/smtpclient.h
+++ b/noncore/unsupported/mailit/smtpclient.h
@@ -49,3 +49,3 @@ public:
signals:
- void errorOccurred(int);
+ void errorOccurred(int, const QString & LR );
void updateStatus(const QString &);
@@ -55,2 +55,3 @@ public slots:
void errorHandling(int);
+ void errorHandlingWithMsg(int, const QString & LastResponse );