Friendiqa/source-android/androidnative.pri/cpp/AndroidNative/mediascannerconnection.h

15 lines
245 B
C
Raw Normal View History

2017-11-08 21:15:07 +01:00
#ifndef MEDIASCANNERCONNECTION_H
#define MEDIASCANNERCONNECTION_H
#include <QString>
namespace AndroidNative {
namespace MediaScannerConnection
{
void scanFile(const QString& path);
}
}
#endif // MEDIASCANNERCONNECTION_H