mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-11-26 20:50:40 +00:00
Fix translation InstallDirSelect (#1386)
This commit is contained in:
parent
168ba8dbcd
commit
29ad2eca62
@ -12,6 +12,8 @@
|
||||
class QLineEdit;
|
||||
|
||||
class InstallDirSelect final : public QDialog {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
InstallDirSelect();
|
||||
~InstallDirSelect();
|
||||
@ -20,9 +22,6 @@ public:
|
||||
return selected_dir;
|
||||
}
|
||||
|
||||
private slots:
|
||||
void BrowseGamesDirectory();
|
||||
|
||||
private:
|
||||
QWidget* SetupInstallDirList();
|
||||
QWidget* SetupDialogActions();
|
||||
|
Loading…
Reference in New Issue
Block a user