fixed "QMetaObject::connectSlotsByName: No matching signal for" warnings

This commit is contained in:
Rafael 2016-04-03 06:12:12 +02:00
parent 9c4adc8779
commit cee1d0f861
11 changed files with 41 additions and 41 deletions

View file

@ -36,7 +36,7 @@ public:
~PictureDialog();
public slots:
void on_playerNameUpdated();
void playerNameUpdated();
private slots:
void on_cmdClose_clicked();