From 2f0605ded80cd4c216b8cbaaf228e98811207744 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 1 Feb 2016 13:14:14 +0100 Subject: Ensure maildir flagchanges work completely --- examples/maildirresource/libmaildir/maildir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/maildirresource/libmaildir/maildir.h') 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: * Return the contents of the headers section of the file the maildir with the given @p file, that * is a full path to the file. You can get it by using findRealKey(key) . */ - QByteArray readEntryHeadersFromFile( const QString& file ) const; + static QByteArray readEntryHeadersFromFile( const QString& file ); /** * Return the contents of the headers section of the file the maildir with the given @p key. -- cgit v1.2.3