passwordmanager/quickgui/android.h

25 lines
581 B
C++

#ifndef QT_QUICK_GUI_ANDROID_H
#define QT_QUICK_GUI_ANDROID_H
#include <QtGlobal>
QT_BEGIN_NAMESPACE
class QMessageLogContext;
class QString;
QT_END_NAMESPACE
namespace QtGui {
class Controller;
bool applyThemingForAndroid();
void registerControllerForAndroid(Controller *controller);
bool showAndroidFileDialog(bool existing);
int openFileDescriptorFromAndroidContentUrl(const QString &url, const QString &mode);
void writeToAndroidLog(QtMsgType type, const QMessageLogContext &context, const QString &msg);
void setupAndroidSpecifics();
}
#endif // QT_QUICK_GUI_ANDROID_H