summaryrefslogtreecommitdiff
path: root/launcher
diff options
authorAndrea Azzarone <azzaronea@gmail.com>2016-07-06 12:45:44 +0200
committerAndrea Azzarone <azzaronea@gmail.com>2016-07-06 12:45:44 +0200
commit0847a472cf9a0a6e017b2f327f2b4d8bd45eb3fe (patch)
tree47210b6e1beb8701c43f3b387458b9a66cb1c06f /launcher
parente47bd023367998fe9540a5e759989583def017f2 (diff)
Add some tests.
(bzr r4146.5.5)
Diffstat (limited to 'launcher')
-rw-r--r--launcher/FileManagerLauncherIcon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/FileManagerLauncherIcon.h b/launcher/FileManagerLauncherIcon.h
index e252c143d..3b7d5d466 100644
--- a/launcher/FileManagerLauncherIcon.h
+++ b/launcher/FileManagerLauncherIcon.h
@@ -32,6 +32,8 @@ namespace launcher
class FileManagerLauncherIcon : public ApplicationLauncherIcon, public StorageLauncherIcon
{
public:
+ typedef nux::ObjectPtr<FileManagerLauncherIcon> Ptr;
+
FileManagerLauncherIcon(ApplicationPtr const&, DeviceLauncherSection::Ptr const&, FileManager::Ptr const& = nullptr);
bool IsUserVisible() const override;