first commit

This commit is contained in:
2026-02-21 17:11:31 +09:00
commit 18b4338361
4001 changed files with 365464 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#ifndef RM_POPUP_SELECT_DISK_H
#define RM_POPUP_SELECT_DISK_H
#include "../rm_include.h"
//#if !(REMOVE_OLD_C)
#include "rm_popup.h"
class RMPopupSelectDisk : public RMPopup
{
Q_OBJECT
public:
RMPopupSelectDisk(QWidget *parent = 0);
QString selectedDisk;
public slots:
void onDiskChanged(QString disk);
};
//#endif // REMOVE_OLD_C
#endif // RM_POPUP_SELECT_DISK_H