diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 01:31:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-01-16 06:45:46 +0100 |
commit | bd65c7d6350f295c0b5f91bb9a7c66b8abcd0078 (patch) | |
tree | 5a17bc03d79d3641ce9203e8e9884e60b7acaa07 /gui | |
parent | b381a0831fda0055ac1e972c26c7ee62639e224c (diff) |
logic, spline: get rid of using namespace in header
Diffstat (limited to 'gui')
-rw-r--r-- | gui/settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QDialog> #include <QFileDialog> +using namespace options; + QString options_dialog::kopts_to_string(const key_opts& kopts) { if (static_cast<QString>(kopts.guid) != "") |