From: Olavi Pulkkinen Date: Fri, 5 Mar 2010 12:54:04 +0000 (+0200) Subject: Corrected missing slot function X-Git-Tag: v0.1~75^2~3 X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=commitdiff_plain;h=83f8f0799e90e08756753a9486548f189aa7d05b;ds=sidebyside Corrected missing slot function --- diff --git a/Client/carmainwindow.h b/Client/carmainwindow.h index 6a1472c..8e35375 100644 --- a/Client/carmainwindow.h +++ b/Client/carmainwindow.h @@ -53,6 +53,7 @@ private: QStringList categories; //Top-tab view private slots: + void on_setUserPushButton_clicked(); void on_registratePushButton_clicked(); void on_loginLogoutButton_clicked(); void on_comboBoxTopCategory_activated(QString );