first commit
This commit is contained in:
16
project/fm_viewer/ui/rm_dialog_overwrite_sys.h
Normal file
16
project/fm_viewer/ui/rm_dialog_overwrite_sys.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef RM_DIALOG_OVERWRITE_SYS_H
|
||||
#define RM_DIALOG_OVERWRITE_SYS_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class RMDialogOverwriteSys : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit RMDialogOverwriteSys(QWidget *parent = nullptr,QString fileName = "");
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // RM_DIALOG_OVERWRITE_SYS_H
|
||||
Reference in New Issue
Block a user