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.
nmWTAI-Platform/Include/nmNum/nmSubWxs/nmSwitchOutlineConfirmation...

19 lines
333 B
C++

#ifndef NMSWITCHOUTLINECONFIRMATIONDLG_H
#define NMSWITCHOUTLINECONFIRMATIONDLG_H
#include <QDialog>
#include "nmSubWxs_global.h"
class NM_SUB_WXS_EXPORT nmSwitchOutlineConfirmationDlg : public QDialog
{
Q_OBJECT
public:
nmSwitchOutlineConfirmationDlg();
private:
void initUI();
};
#endif // NMSWITCHOUTLINECONFIRMATIONDLG_H