qt: Fixes to the process for selecting an existing hdd image

This commit is contained in:
cold-brewed
2023-02-05 12:12:37 -05:00
parent 64c6266404
commit c809f482d5
4 changed files with 43 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ public:
bool createFile() { return createFile_; }
signals:
void fileSelected(const QString &fileName);
void fileSelected(const QString &fileName, bool precheck = false);
private slots:
void on_pushButton_clicked();