Don't redeclare signal (and then not use it)

Fixes runtime warning

REVIEW: 129321
This commit is contained in:
David Edmundson 2016-11-03 13:45:48 +00:00
parent 8d7eb5c53a
commit e615d15a4e

View File

@ -178,7 +178,6 @@ protected:
Q_SIGNALS:
void mainItemChanged();
void visibleChanged();
void mainTextChanged();
void subTextChanged();
void textFormatChanged();