Adjust some tabs in gtk file dialog

This commit is contained in:
Ilya Fedin 2021-02-05 16:22:02 +04:00 committed by John Preston
parent 8fd1d16db6
commit 9b70f24e91
2 changed files with 9 additions and 8 deletions

View file

@ -115,7 +115,8 @@ private:
class GtkFileDialog : public QDialog {
public:
GtkFileDialog(QWidget *parent = nullptr,
GtkFileDialog(
QWidget *parent = nullptr,
const QString &caption = QString(),
const QString &directory = QString(),
const QString &filter = QString());