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

@ -40,9 +40,9 @@ public:
private slots:
void closeProfile();
void profileButton_clicked();
void on_actionExit_triggered();
void on_actionSelect_profile_triggered();
void on_profileButton_clicked();
void on_actionAbout_gta5sync_triggered();
private: