#ifndef ENVIRONMENT_H #define ENVIRONMENT_H #include namespace AndroidNative { namespace Environment { extern QString DIRECTORY_DCIM; QString getExternalStoragePublicDirectory(const QString& path); }; } #endif // ENVIRONMENT_H