Gui: Store visibility of status labels (quick measure and input hints)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "InputHint.h"
|
||||
#include "InputHintWidget.h"
|
||||
|
||||
Gui::InputHintWidget::InputHintWidget(QWidget* parent) : QLabel(parent)
|
||||
Gui::InputHintWidget::InputHintWidget(QWidget* parent) : StatusBarLabel(parent, "InputHintEnabled")
|
||||
{}
|
||||
|
||||
void Gui::InputHintWidget::showHints(const std::list<InputHint>& hints)
|
||||
|
||||
Reference in New Issue
Block a user