From bd65c7d6350f295c0b5f91bb9a7c66b8abcd0078 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2018 01:31:38 +0100 Subject: logic, spline: get rid of using namespace in header --- gui/settings.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui') diff --git a/gui/settings.cpp b/gui/settings.cpp index b6d4255e..c1381915 100644 --- a/gui/settings.cpp +++ b/gui/settings.cpp @@ -14,6 +14,8 @@ #include #include +using namespace options; + QString options_dialog::kopts_to_string(const key_opts& kopts) { if (static_cast(kopts.guid) != "") -- cgit v1.2.3