2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Move Media::Clip::Reader and FileLocation to td_ui.

This commit is contained in:
John Preston
2020-10-13 19:43:18 +03:00
parent 05eb549a3d
commit 8b96f4c214
47 changed files with 637 additions and 747 deletions

View File

@@ -73,33 +73,9 @@ void psNewVersion();
inline QByteArray psDownloadPathBookmark(const QString &path) {
return QByteArray();
}
inline QByteArray psPathBookmark(const QString &path) {
return QByteArray();
}
inline void psDownloadPathEnableAccess() {
}
class PsFileBookmark {
public:
PsFileBookmark(const QByteArray &bookmark) {
}
bool check() const {
return true;
}
bool enable() const {
return true;
}
void disable() const {
}
const QString &name(const QString &original) const {
return original;
}
QByteArray bookmark() const {
return QByteArray();
}
};
bool linuxMoveFile(const char *from, const char *to);
bool psLaunchMaps(const Data::LocationPoint &point);