# HG changeset patch
# User larspson
# Date 1287050473 -7200
# Node ID ee20bf01bc84c881dab40080cae4c10418c07e19
# Parent c85b889b0d4b482a8fb9cbd15698dbe9a6d9793b
Removed SYMBIAN statement from app pro file. Clear the UI and slots not used
diff -r c85b889b0d4b -r ee20bf01bc84 podcatcher_qt/forms/podcatcherwin.ui
--- a/podcatcher_qt/forms/podcatcherwin.ui Thu Oct 14 09:49:09 2010 +0200
+++ b/podcatcher_qt/forms/podcatcherwin.ui Thu Oct 14 12:01:13 2010 +0200
@@ -17,61 +17,7 @@
-
- -
-
-
- -
-
-
- Qt::Horizontal
-
-
-
-
- 0
- 0
-
-
-
- Add
-
-
-
-
-
- 0
- 0
-
-
-
- Update
-
-
-
-
-
- 0
- 0
-
-
-
- Settings
-
-
-
-
-
-
-
diff -r c85b889b0d4b -r ee20bf01bc84 podcatcher_qt/inc/podcatcherwin.h
--- a/podcatcher_qt/inc/podcatcherwin.h Thu Oct 14 09:49:09 2010 +0200
+++ b/podcatcher_qt/inc/podcatcherwin.h Thu Oct 14 12:01:13 2010 +0200
@@ -21,8 +21,7 @@
private slots:
void on_Settings_clicked();
void on_Update_clicked();
- void on_Add_clicked();
- void on_Add_clicked(bool checked);
+ void on_Add_clicked();
void on_listView_clicked(QModelIndex index);
void on_listView_customContextMenuRequested(QPoint pos);
};
diff -r c85b889b0d4b -r ee20bf01bc84 podcatcher_qt/makefile/podcatcher_application.pro
--- a/podcatcher_qt/makefile/podcatcher_application.pro Thu Oct 14 09:49:09 2010 +0200
+++ b/podcatcher_qt/makefile/podcatcher_application.pro Thu Oct 14 12:01:13 2010 +0200
@@ -35,9 +35,7 @@
TARGET.UID3 = 0xe905eb0b
# TARGET.CAPABILITY +=
TARGET.EPOCSTACKSIZE = 0x14000
- TARGET.EPOCHEAPSIZE = 0x020000 0x800000
-
- SYMBIAN_PLATFORMS = DEFAULT
+ TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
LIBS += -lpodcastengine.dll