Skip to content

Commit

Permalink
Merge pull request #93 from aglowacki/master
Browse files Browse the repository at this point in the history
QServer and calc updates
  • Loading branch information
aglowacki authored Nov 7, 2024
2 parents 9e09550 + 01fb0cb commit 490e620
Show file tree
Hide file tree
Showing 20 changed files with 800 additions and 128 deletions.
2 changes: 1 addition & 1 deletion src/gstar/Annotation/ScanRegionGraphicsItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ScanRegionGraphicsItem::ScanRegionGraphicsItem(QMap<QString, QString>& marker,
const QString ScanRegionGraphicsItem::displayName() const
{

return QString("Scan");
return QString("ScanRegion");

}

Expand Down
2 changes: 1 addition & 1 deletion src/gstar/Annotation/ScanRegionGraphicsItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "gstar/CoordinateModel.h"
#include "gstar/Annotation/UProbeRegionGraphicsItem.h"
#include "mvc/ScanRegionDialog.h"
#include "mvc/BlueSkyPlan.h"
#include "mvc/BlueskyPlan.h"

//---------------------------------------------------------------------------

Expand Down
Loading

0 comments on commit 490e620

Please sign in to comment.