2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Remove the copy of gtk file dialog

This commit is contained in:
Ilya Fedin
2021-06-26 22:36:45 +04:00
committed by John Preston
parent 85f013ebdb
commit 0b21c04489
8 changed files with 0 additions and 870 deletions

View File

@@ -7,8 +7,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "core/file_utilities.h"
namespace Platform {
namespace internal {
@@ -20,15 +18,6 @@ public:
[[nodiscard]] std::optional<int> scaleFactor() const;
[[nodiscard]] std::optional<bool> getFileDialog(
QPointer<QWidget> parent,
QStringList &files,
QByteArray &remoteContent,
const QString &caption,
const QString &filter,
::FileDialog::internal::Type type,
QString startFile) const;
[[nodiscard]] bool showOpenWithDialog(const QString &filepath) const;
[[nodiscard]] QImage getImageFromClipboard() const;