mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -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
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
class RSImageBlockWidget;
|
||||
|
||||
//cppcheck-suppress noConstructor
|
||||
class RSTextBrowser : public QTextBrowser
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue