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

@@ -24,17 +24,6 @@ std::optional<int> GtkIntegration::scaleFactor() const {
return std::nullopt;
}
std::optional<bool> GtkIntegration::getFileDialog(
QPointer<QWidget> parent,
QStringList &files,
QByteArray &remoteContent,
const QString &caption,
const QString &filter,
::FileDialog::internal::Type type,
QString startFile) const {
return std::nullopt;
}
bool GtkIntegration::showOpenWithDialog(const QString &filepath) const {
return false;
}