X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Ftopresultdialog.h;h=dc490760864f0437b6cc018002937062f0ee90e2;hp=a46b916e78895e438cca8b0865fe8ad15e6223f3;hb=ef6573877133287171c02d2e7b1232ff44ab804e;hpb=efc4980fa8468a91aceaa1738dcb365bf59770ad diff --git a/Client/topresultdialog.h b/Client/topresultdialog.h index a46b916..dc49076 100644 --- a/Client/topresultdialog.h +++ b/Client/topresultdialog.h @@ -1,3 +1,12 @@ +/* + * Topresultdialog + * + * @author Olavi Pulkkinen + * @author Toni Jussila + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ + #ifndef TOPRESULTDIALOG_H #define TOPRESULTDIALOG_H @@ -17,6 +26,7 @@ public: int getRecentCategoryIndex(); int getLimitNr(); void setLimitNr(int number); + void setLabelInfoToUser(QString infoText); protected: void changeEvent(QEvent *e); @@ -32,7 +42,6 @@ private: private slots: void on_comboBoxTopCategory_currentIndexChanged(int index); - void on_pushButton_debclose_clicked(); void on_buttonTopRefresh_clicked(); };