mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Fix CppCheck in MimeTextEdit.h
/retroshare-gui/src/gui/common/MimeTextEdit.h:29: warning: Cppcheck(noConstructor): The class 'MimeTextEdit' does not have a constructor.
This commit is contained in:
parent
8438d7052b
commit
5554f4a739
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
||||||
#include "RSTextEdit.h"
|
#include "RSTextEdit.h"
|
||||||
#include "util/RsSyntaxHighlighter.h"
|
#include "util/RsSyntaxHighlighter.h"
|
||||||
|
|
||||||
|
//cppcheck-suppress noConstructor
|
||||||
class MimeTextEdit : public RSTextEdit
|
class MimeTextEdit : public RSTextEdit
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue