Mercurial > hg > octave-nkf
diff libgui/graphics/KeyMap.h @ 18569:523878f76518 gui-release
style fix: eliminate lines of slashes to separate functions.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Feb 2014 15:10:07 -0500 |
parents | 49877d3be064 |
children | 9831d6b4c5a7 |
line wrap: on
line diff
--- a/libgui/graphics/KeyMap.h +++ b/libgui/graphics/KeyMap.h @@ -23,28 +23,16 @@ #ifndef __QtHandles__KeyMap__ #define __QtHandles__KeyMap__ 1 -////////////////////////////////////////////////////////////////////////////// - namespace QtHandles { -////////////////////////////////////////////////////////////////////////////// - namespace KeyMap { -////////////////////////////////////////////////////////////////////////////// - std::string qKeyToKeyString (int key); -////////////////////////////////////////////////////////////////////////////// - }; // namespace KeyMap -////////////////////////////////////////////////////////////////////////////// - }; // namespace QtHandles -////////////////////////////////////////////////////////////////////////////// - #endif