forked from lubuwest/Friendiqa
14 lines
245 B
C++
14 lines
245 B
C++
#ifndef MEDIASCANNERCONNECTION_H
|
|
#define MEDIASCANNERCONNECTION_H
|
|
|
|
#include <QString>
|
|
|
|
namespace AndroidNative {
|
|
|
|
namespace MediaScannerConnection
|
|
{
|
|
void scanFile(const QString& path);
|
|
}
|
|
}
|
|
|
|
#endif // MEDIASCANNERCONNECTION_H
|