1、测试日志文件;

2、更新菜单栏的ID;
feature/ribbon-menu-20240927
simonyan 2 months ago
parent cf339e5807
commit e5fbae229f

File diff suppressed because one or more lines are too long

@ -8,6 +8,7 @@
#endif #endif
#include "nmSubWndUtils.h" #include "nmSubWndUtils.h"
#include "nmDataLogFile.h"
iSubWnd* nmSubWndUtils::createSubWnd(iRibbonXmlCmd* pCmdInfo) iSubWnd* nmSubWndUtils::createSubWnd(iRibbonXmlCmd* pCmdInfo)
{ {
@ -37,6 +38,7 @@ iSubWnd* nmSubWndUtils::createSubWnd(QString sID, QString sExt)
bool nmSubWndUtils::isEnableOfID_Common(QString sID, QString sName, const bool bLicensed) bool nmSubWndUtils::isEnableOfID_Common(QString sID, QString sName, const bool bLicensed)
{ {
nmDataLogFile::getInstance()->writeLog(sID + " " + sName);
if (_isSame(sName, "NmDemo")) { if (_isSame(sName, "NmDemo")) {
return (bLicensed); return (bLicensed);
} else { } else {

Loading…
Cancel
Save