summaryrefslogtreecommitdiffstats
path: root/qt-ui
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui')
-rw-r--r--qt-ui/profile/profilewidget2.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp
index e2c2b96aa..2f0d0d3c9 100644
--- a/qt-ui/profile/profilewidget2.cpp
+++ b/qt-ui/profile/profilewidget2.cpp
@@ -203,6 +203,12 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) :
s->addAnimation(profileAxisAnim);
}
+ // Configuration so we can search for the States later, and it helps debugging.
+ emptyState->setObjectName("Empty State");
+ profileState->setObjectName("Profile State");
+ addState->setObjectName("Add State");
+ editState->setObjectName("Edit State");
+ planState->setObjectName("Plan State");
}
// Currently just one dive, but the plan is to enable All of the selected dives.