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

Move Platform::FileDialog::Gtk::Supported to private namespace

This commit is contained in:
Ilya Fedin
2021-03-09 13:00:13 +04:00
committed by John Preston
parent 2c6a9614b2
commit 5d1601d9c9
6 changed files with 41 additions and 48 deletions

View File

@@ -24,10 +24,6 @@ std::optional<int> GtkIntegration::scaleFactor() const {
return std::nullopt;
}
bool GtkIntegration::fileDialogSupported() const {
return false;
}
bool GtkIntegration::useFileDialog(FileDialogType type) const {
return false;
}