Fix CppCheck in RSTextBrowser.h

/home/phenom/GIT/RetroShare/trunk/retroshare-gui/src/gui/common/
RSTextBrowser.h:11: warning: Cppcheck(noConstructor): The class
'RSTextBrowser' does not have a constructor.
This commit is contained in:
Phenom 2017-07-30 19:11:45 +02:00 committed by csoler
parent 72b917de37
commit 9f5d08110c

View File

@ -8,6 +8,7 @@
class RSImageBlockWidget;
//cppcheck-suppress noConstructor
class RSTextBrowser : public QTextBrowser
{
Q_OBJECT