fix various warnings

This commit is contained in:
Rasmus Karlsson
2018-09-20 13:09:37 +02:00
parent 30f51d8137
commit 641c5822d7
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ private:
// variables
MessagePtr message_;
std::shared_ptr<MessageLayoutContainer> container_;
std::shared_ptr<QPixmap> buffer_ = nullptr;
std::shared_ptr<QPixmap> buffer_{};
bool bufferValid_ = false;
int height_ = 0;