Don't redeclare signal (and then not use it)
Fixes runtime warning REVIEW: 129321
This commit is contained in:
parent
8d7eb5c53a
commit
e615d15a4e
@ -178,7 +178,6 @@ protected:
|
|||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void mainItemChanged();
|
void mainItemChanged();
|
||||||
void visibleChanged();
|
|
||||||
void mainTextChanged();
|
void mainTextChanged();
|
||||||
void subTextChanged();
|
void subTextChanged();
|
||||||
void textFormatChanged();
|
void textFormatChanged();
|
||||||
|
Loading…
Reference in New Issue
Block a user