aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.hpp
diff options
context:
space:
mode:
authorFelix (xq) Queißner <git@mq32.de>2020-06-29 00:46:48 +0200
committerFelix (xq) Queißner <git@mq32.de>2020-06-29 00:46:48 +0200
commite2bd7d695474314aa910a36c664e4dc1c7e39d8c (patch)
tree41e618965eaad77128940b84f490aa2a94370e5b /src/browsertab.hpp
parent1360cbe9cd11c99a23847600c820a900897dd381 (diff)
downloadkristall-e2bd7d695474314aa910a36c664e4dc1c7e39d8c.tar.gz
Implements style preview for kristall document styles. Allows importing them via the preview site.
Diffstat (limited to 'src/browsertab.hpp')
-rw-r--r--src/browsertab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp
index 2905fcb..7e7f446 100644
--- a/src/browsertab.hpp
+++ b/src/browsertab.hpp
@@ -169,7 +169,7 @@ public:
QSslCertificate current_server_certificate;
QByteArray current_buffer;
- QString current_mime;
+ MimeType current_mime;
QElapsedTimer timer;
CryptoIdentity current_identity;