podcatcher_qt/inc/podcatcherwin.h
branchpodcatcher_qt_symbian4
changeset 235 f0b8582ef9ac
parent 216 1f5e22508b46
child 238 ee20bf01bc84
--- a/podcatcher_qt/inc/podcatcherwin.h	Wed Oct 13 20:14:00 2010 +0200
+++ b/podcatcher_qt/inc/podcatcherwin.h	Wed Oct 13 20:15:36 2010 +0200
@@ -2,7 +2,7 @@
 #define PODCATCHERWIN_H
 
 #include <QMainWindow>
-
+#include <QModelIndex>
 namespace Ui {
     class PodcatcherWin;
 }
@@ -17,6 +17,14 @@
 
 private:
     Ui::PodcatcherWin *ui;
+
+private slots:
+    void on_Settings_clicked();
+    void on_Update_clicked();
+    void on_Add_clicked();
+    void on_Add_clicked(bool checked);
+    void on_listView_clicked(QModelIndex index);
+    void on_listView_customContextMenuRequested(QPoint pos);
 };
 
 #endif // PODCATCHERWIN_H