aboutsummaryrefslogtreecommitdiffstats
path: root/src/mime.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-05-11 22:09:22 +0000
committerSaturneric <[email protected]>2021-05-11 22:09:22 +0000
commit8a63cb095c5a6b488e0bbf19269ab7aae492bfcc (patch)
tree13dd8241e6267b4fae6bb1356d3789e7de40ea37 /src/mime.cpp
parentQt5 & Cmake Supported. (diff)
downloadGpgFrontend-8a63cb095c5a6b488e0bbf19269ab7aae492bfcc.tar.gz
GpgFrontend-8a63cb095c5a6b488e0bbf19269ab7aae492bfcc.zip
Change CXX Standard to C++14
Headers Tidy and Reformat
Diffstat (limited to '')
-rw-r--r--src/mime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mime.cpp b/src/mime.cpp
index 30f19cf0..51e6a8cb 100644
--- a/src/mime.cpp
+++ b/src/mime.cpp
@@ -150,7 +150,7 @@ Header Mime::getHeader(const QByteArray *message) {
return parseHeader(&header);
}
-bool Mime::isMultipart(QByteArray *message)
+[[maybe_unused]] bool Mime::isMultipart(QByteArray *message)
{
return message->startsWith("Content-Type: multipart/mixed;");
}