diff options
| author | Eric Springer <eric.springer@nokia.com> | 2011-07-04 09:39:57 +1000 |
|---|---|---|
| committer | Eric Springer <eric.springer@nokia.com> | 2011-07-04 09:39:57 +1000 |
| commit | 7207440b6015674297c49797c2f4ec6bca154f49 (patch) | |
| tree | 8b2430d5dc29a1bcaa5bb8befe7e5e3f79c056b1 /src/plugins/messageservices/smtp/smtpclient.h | |
| parent | 4ae2f569f03901f4465eb169a39dba05f5f9d4d9 (diff) | |
| parent | 584fc9ae45da46a7d84611c61ff14c43377f4e32 (diff) | |
Conflicts:
CHANGES
Diffstat (limited to 'src/plugins/messageservices/smtp/smtpclient.h')
| -rw-r--r-- | src/plugins/messageservices/smtp/smtpclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/messageservices/smtp/smtpclient.h b/src/plugins/messageservices/smtp/smtpclient.h index c52c261a..008ed345 100644 --- a/src/plugins/messageservices/smtp/smtpclient.h +++ b/src/plugins/messageservices/smtp/smtpclient.h @@ -96,6 +96,7 @@ protected slots: private slots: void sendMoreData(qint64); + void authExpired(); private: void sendCommand(const char *data, int len = -1); @@ -146,6 +147,8 @@ private: QString bufferedResponse; bool notUsingAuth; + + QTimer *authTimeout; }; #endif |
