Qt/PathPane: Disable "Remove" button when not applicable

This commit is contained in:
spycrab
2018-05-12 23:36:07 +02:00
parent 40e6abad09
commit 79533ef789
2 changed files with 12 additions and 4 deletions

View File

@ -10,6 +10,7 @@ class QGridLayout;
class QGroupBox;
class QLineEdit;
class QListWidget;
class QPushButton;
class PathPane final : public QWidget
{
@ -35,4 +36,6 @@ private:
QLineEdit* m_nand_edit;
QLineEdit* m_dump_edit;
QLineEdit* m_sdcard_edit;
QPushButton* m_remove_path;
};