mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-14 08:12:16 +00:00
Fix translation InstallDirSelect (#1386)
This commit is contained in:
parent
168ba8dbcd
commit
29ad2eca62
1 changed files with 2 additions and 3 deletions
|
@ -12,6 +12,8 @@
|
||||||
class QLineEdit;
|
class QLineEdit;
|
||||||
|
|
||||||
class InstallDirSelect final : public QDialog {
|
class InstallDirSelect final : public QDialog {
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
InstallDirSelect();
|
InstallDirSelect();
|
||||||
~InstallDirSelect();
|
~InstallDirSelect();
|
||||||
|
@ -20,9 +22,6 @@ public:
|
||||||
return selected_dir;
|
return selected_dir;
|
||||||
}
|
}
|
||||||
|
|
||||||
private slots:
|
|
||||||
void BrowseGamesDirectory();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QWidget* SetupInstallDirList();
|
QWidget* SetupInstallDirList();
|
||||||
QWidget* SetupDialogActions();
|
QWidget* SetupDialogActions();
|
||||||
|
|
Loading…
Add table
Reference in a new issue