resultdiagram saving and E-mail sending
[speedfreak] / Client / topresultdialog.h
index 8fad9e8..3059094 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * 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
 
 #include <QDialog>
+#include <helpresultsdialog.h>
 
 namespace Ui {
     class TopResultDialog;
@@ -12,6 +22,7 @@ class TopResultDialog : public QDialog {
 public:
     TopResultDialog(QWidget *parent = 0);
     ~TopResultDialog();
+    HelpResultsDialog *helpResultsDialog;
     void setCompoBoxCategories(QStringList list);
     void showTopList(QString str);
     int getRecentCategoryIndex();
@@ -32,9 +43,10 @@ private:
     int limitNr;
 
 private slots:
+    void on_pushButtonInfo_clicked();
     void on_comboBoxTopCategory_currentIndexChanged(int index);
     void on_buttonTopRefresh_clicked();
-
+    void killHelpDialog();
 };
 
 #endif // TOPRESULTDIALOG_H