mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
72b917de37
commit
9f5d08110c
@ -8,6 +8,7 @@
|
||||
|
||||
class RSImageBlockWidget;
|
||||
|
||||
//cppcheck-suppress noConstructor
|
||||
class RSTextBrowser : public QTextBrowser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user