diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-01-21 22:12:57 +0100 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-01-21 22:12:57 +0100 |
| commit | b9b2b85dc1fd78ec24285323dd42a91dbc28e5d4 (patch) | |
| tree | 561c04299ef6038fcde88aa6962699ad30112cea /shortcuts | |
| parent | 8d064b6b83da2e3239cd89ba5f3e27d9d1994095 (diff) | |
TestShortcutView: added tests for the shortcut::View class
(bzr r2919.3.42)
Diffstat (limited to 'shortcuts')
| -rw-r--r-- | shortcuts/ShortcutView.cpp | 1 | ||||
| -rw-r--r-- | shortcuts/ShortcutView.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shortcuts/ShortcutView.cpp b/shortcuts/ShortcutView.cpp index 5861ea188..cffc965e4 100644 --- a/shortcuts/ShortcutView.cpp +++ b/shortcuts/ShortcutView.cpp @@ -21,7 +21,6 @@ #include "ShortcutView.h" #include <glib/gi18n-lib.h> -#include <boost/algorithm/string.hpp> #include <UnityCore/GLibWrapper.h> #include "unity-shared/LineSeparator.h" diff --git a/shortcuts/ShortcutView.h b/shortcuts/ShortcutView.h index 6c7a21d48..bd998f371 100644 --- a/shortcuts/ShortcutView.h +++ b/shortcuts/ShortcutView.h @@ -69,6 +69,8 @@ private: // Private members Model::Ptr model_; nux::HLayout* columns_layout_; + + friend class TestShortcutView; }; } // namespace shortcut |
