From f8642113634dc5ab6ffbc1e1d5b79d5be8e579da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 12 May 2019 22:27:24 +0200 Subject: Put tooltip texts into anonymous namespace. --- plugingui/maintab.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'plugingui') diff --git a/plugingui/maintab.cc b/plugingui/maintab.cc index 7df5e98..2320c7f 100644 --- a/plugingui/maintab.cc +++ b/plugingui/maintab.cc @@ -26,7 +26,7 @@ */ #include "maintab.h" -namespace GUI +namespace { constexpr char humanizer_tip[] = "\ @@ -81,6 +81,11 @@ The pink areas indicate the spread of the position and velocity of the\n\ next note in line. The wider the area the more the note can move in time\n\ and velocity."; +} // end anonymous namespace + +namespace GUI +{ + MainTab::MainTab(Widget* parent, Settings& settings, SettingsNotifier& settings_notifier, -- cgit v1.2.3