summaryrefslogtreecommitdiff
path: root/shortcuts
diff options
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2013-01-21 22:12:57 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2013-01-21 22:12:57 +0100
commitb9b2b85dc1fd78ec24285323dd42a91dbc28e5d4 (patch)
tree561c04299ef6038fcde88aa6962699ad30112cea /shortcuts
parent8d064b6b83da2e3239cd89ba5f3e27d9d1994095 (diff)
TestShortcutView: added tests for the shortcut::View class
(bzr r2919.3.42)
Diffstat (limited to 'shortcuts')
-rw-r--r--shortcuts/ShortcutView.cpp1
-rw-r--r--shortcuts/ShortcutView.h2
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