summaryrefslogtreecommitdiffstats
path: root/examples/maildirresource/libmaildir/maildir.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/maildirresource/libmaildir/maildir.h')
-rw-r--r--examples/maildirresource/libmaildir/maildir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/maildirresource/libmaildir/maildir.h b/examples/maildirresource/libmaildir/maildir.h
index a89a832..42d53e6 100644
--- a/examples/maildirresource/libmaildir/maildir.h
+++ b/examples/maildirresource/libmaildir/maildir.h
@@ -184,7 +184,7 @@ public:
184 * Return the contents of the headers section of the file the maildir with the given @p file, that 184 * Return the contents of the headers section of the file the maildir with the given @p file, that
185 * is a full path to the file. You can get it by using findRealKey(key) . 185 * is a full path to the file. You can get it by using findRealKey(key) .
186 */ 186 */
187 QByteArray readEntryHeadersFromFile( const QString& file ) const; 187 static QByteArray readEntryHeadersFromFile( const QString& file );
188 188
189 /** 189 /**
190 * Return the contents of the headers section of the file the maildir with the given @p key. 190 * Return the contents of the headers section of the file the maildir with the given @p key.