Add Ipod detection using ipodpatcher.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14441 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2007-08-23 15:24:28 +00:00
parent c494e371c8
commit 1152a12d91
2 changed files with 43 additions and 3 deletions

View file

@ -23,6 +23,12 @@
#include <QtGui>
extern "C" {
// Ipodpatcher
#include "../ipodpatcher/ipodpatcher.h"
#include "../sansapatcher/sansapatcher.h"
};
class Autodetection :public QObject
{
Q_OBJECT
@ -36,7 +42,8 @@ public:
QString getMountPoint() {return m_mountpoint;}
private:
QStringList getMountpoints();
QStringList getMountpoints(void);
QString resolveMountPoint(QString);
QString m_device;
QString m_mountpoint;