From e5fd6b46666d5c5743d288f736f8ee076ddd7751 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 9 Nov 2016 07:56:44 +0100 Subject: [PATCH] Added missing image placeholder. --- resources/graphics/misc/image-placeholder.png | Bin 0 -> 342 bytes src/gui/messagetextbrowser.cpp | 17 +++++++++++++++++ src/gui/messagetextbrowser.h | 18 +++++++++++++++++- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100755 resources/graphics/misc/image-placeholder.png diff --git a/resources/graphics/misc/image-placeholder.png b/resources/graphics/misc/image-placeholder.png new file mode 100755 index 0000000000000000000000000000000000000000..fada9038b7baf221b7db2bf46d0757c292271982 GIT binary patch literal 342 zcmeAS@N?(olHy`uVBq!ia0y~yU|a&ijLbk0m!`vIK#DEEC&cx`hY!^&E^g%9Y6lcy zED7=pW^j0RBMr#mEbxdd2GSm2>~=C6q@vx^#WAGf*4vv0IU5WFTn|QgdTrf0C56#x zk4jY(M^i@1y^ouN4=z*joFu1pJuLI^rFL7Jg&JLpAZSJSRfp+T(T5-F9t{+6g`z9G zQ(srKLRA3OJqxY<^{## zRdP`(kYX@0Ff`LOFwr$I3o$UVGBUR^w$wE+wK6c6#H+p(MMG|WN@iLmZVitE=1T%K OFnGH9xvX +// +// RSS Guard is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// RSS Guard is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with RSS Guard. If not, see . + #include "gui/messagetextbrowser.h" #include "miscellaneous/application.h" diff --git a/src/gui/messagetextbrowser.h b/src/gui/messagetextbrowser.h index 92f74a422..e1046227c 100755 --- a/src/gui/messagetextbrowser.h +++ b/src/gui/messagetextbrowser.h @@ -1,10 +1,26 @@ +// This file is part of RSS Guard. +// +// Copyright (C) 2011-2016 by Martin Rotter +// +// RSS Guard is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// RSS Guard is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with RSS Guard. If not, see . + #ifndef MESSAGETEXTBROWSER_H #define MESSAGETEXTBROWSER_H #include - class MessageTextBrowser : public QTextBrowser { Q_OBJECT