mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Adjust some tabs in gtk file dialog
This commit is contained in:
parent
8fd1d16db6
commit
9b70f24e91
2 changed files with 9 additions and 8 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue