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
337 B
C++
19 lines
337 B
C++
#ifndef NMSWITCHOUTLINECONFIRMATIONDLG_H
|
|
#define NMSWITCHOUTLINECONFIRMATIONDLG_H
|
|
|
|
#include "iDlgBase.h"
|
|
#include "nmSubWxs_global.h"
|
|
|
|
class NM_SUB_WXS_EXPORT nmSwitchOutlineConfirmationDlg : public iDlgBase
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
nmSwitchOutlineConfirmationDlg();
|
|
|
|
private:
|
|
void initUI();
|
|
|
|
};
|
|
|
|
#endif // NMSWITCHOUTLINECONFIRMATIONDLG_H
|