You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
299 B
C++
19 lines
299 B
C++
#ifndef NMDELETECONFIRMATIONDLG_H
|
|
#define NMDELETECONFIRMATIONDLG_H
|
|
|
|
#include <QDialog>
|
|
#include "nmSubWxs_global.h"
|
|
|
|
class NM_SUB_WXS_EXPORT nmDeleteConfirmationDlg : public QDialog
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
nmDeleteConfirmationDlg();
|
|
|
|
private:
|
|
void initUI();
|
|
|
|
};
|
|
|
|
#endif // NMWXMEASURINGSCALEDLG_H
|