first commit
This commit is contained in:
20
project/fm_viewer/ui/rm_popup_select_disk.h
Normal file
20
project/fm_viewer/ui/rm_popup_select_disk.h
Normal 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
|
||||
Reference in New Issue
Block a user