diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-07 22:32:19 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2015-11-07 22:32:19 +0200 |
commit | d40caaaa31f94ed006859ee1437880d055c9dc45 (patch) | |
tree | 9ed8d704654c376890eda7f80a36a88e25be5af1 /profile-widget/diveeventitem.cpp | |
parent | 9f7c26cb386a7d061a440829e4b801ea6d629f97 (diff) | |
download | subsurface-d40caaaa31f94ed006859ee1437880d055c9dc45.tar.gz |
divelogimportdialog.cpp: declare an enum as type
'known' is a static variable which is not used.
by declaring 'enum Known', now there is a *type* which
enumerates the values.
Having 'static Known known = <something>' would then work,
but since there is no use of such a variable there is no point
of declaring it.
There is also no use of the 'Known' type itself and an anonymous
enum would work as well.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'profile-widget/diveeventitem.cpp')
0 files changed, 0 insertions, 0 deletions