mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-21 03:55:41 -04:00
Qt: Add option to create non-existant memory cards on edit
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user