Youtube video and text (draft).
[speedfreak] / Client / topresultdialog.h
index a46b916..dc49076 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Topresultdialog
+ *
+ * @author     Olavi Pulkkinen <olavi.pulkkinena@fudeco.com>
+ * @author     Toni Jussila <toni.jussila@fudeco.com>
+ * @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();
 
 };