Qt: Add option to create non-existant memory cards on edit

This commit is contained in:
Connor McLaughlin
2021-06-21 17:34:38 +10:00
parent 84fe9aae0e
commit b2e8aa2d30
3 changed files with 46 additions and 4 deletions

View File

@ -18,6 +18,8 @@ public:
bool setCardA(const QString& path);
bool setCardB(const QString& path);
static bool createMemoryCard(const QString& path);
protected:
void resizeEvent(QResizeEvent* ev);
void closeEvent(QCloseEvent* ev);