added icons for all buttons and removed the button to change to parent dir.
[simple-xmbc-rem] / src / mainwindow.cpp
index 6d352f8..985a62e 100644 (file)
@@ -13,6 +13,9 @@
 #include "setupdialog.h"
 #include "xbmc.h"
 
+#include <QGraphicsRectItem>
+#include <QGraphicsEllipseItem>
+
 #include <QCoreApplication>
 
 #if defined(Q_OS_SYMBIAN) && defined(ORIENTATIONLOCK)
@@ -123,11 +126,6 @@ void MainWindow::on_muteBtn_clicked()
     m_xbmc->actionMute();
 }
 
-void MainWindow::on_parentDirBtn_clicked()
-{
-    m_xbmc->actionParentDir();
-}
-
 void MainWindow::on_volumeUpBtn_clicked()
 {
     m_xbmc->actionVolumeUp();