diff options
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r-- | examples/maildirresource/libmaildir/maildir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h index 31778ac..8c622c7 100644 --- a/examples/maildirresource/libmaildir/maildir.h +++ b/examples/maildirresource/libmaildir/maildir.h | |||
@@ -207,6 +207,7 @@ public: | |||
207 | * Adds the given @p data to the maildir. Returns the key of the entry. | 207 | * Adds the given @p data to the maildir. Returns the key of the entry. |
208 | */ | 208 | */ |
209 | QString addEntry( const QByteArray& data ); | 209 | QString addEntry( const QByteArray& data ); |
210 | QString addEntryFromPath(const QString& path); | ||
210 | 211 | ||
211 | /** | 212 | /** |
212 | * Removes the entry with the given @p key. Returns success or failure. | 213 | * Removes the entry with the given @p key. Returns success or failure. |