diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2016-07-06 12:45:44 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2016-07-06 12:45:44 +0200 |
| commit | 0847a472cf9a0a6e017b2f327f2b4d8bd45eb3fe (patch) | |
| tree | 47210b6e1beb8701c43f3b387458b9a66cb1c06f /launcher | |
| parent | e47bd023367998fe9540a5e759989583def017f2 (diff) | |
Add some tests.
(bzr r4146.5.5)
Diffstat (limited to 'launcher')
| -rw-r--r-- | launcher/FileManagerLauncherIcon.h | 2 |
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; |
