mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
c494e371c8
commit
1152a12d91
2 changed files with 43 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue