Skip to content
Snippets Groups Projects

Hotfix 14039

Merged Nikolay Panko requested to merge hotfix-14039 into master
2 files
+ 30
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,8 +4,6 @@
#elif defined(Q_OS_WIN)
#include "registry.h"
#elif defined(Q_OS_MACOS)
#include "dap_common.h"
#endif
AbstractDiagnostic::AbstractDiagnostic(QObject *parent)
@@ -18,7 +16,7 @@ AbstractDiagnostic::AbstractDiagnostic(QObject *parent)
s_nodeDataPath = QString("%1/cellframe-node").arg(regGetUsrPath());
s_sendedDataFilePath = QString("%1/cellframe-node/lastSendedDiagData.json").arg(regGetUsrPath());
#elif defined(Q_OS_MACOS)
s_nodeDataPath = QString("Applications/CellframeNode.app/Contents/Resources/");
s_nodeDataPath = QString("/Applications/CellframeNode.app/Contents/Resources/");
s_sendedDataFilePath = "/tmp/lastSendedData.json";
#endif
Loading