Skip to content
Snippets Groups Projects
Commit 9420498e authored by Andrey Lihatskiy's avatar Andrey Lihatskiy
Browse files

Buildfix

parent ac3db22a
No related branches found
No related tags found
No related merge requests found
...@@ -416,24 +416,4 @@ class LLAssetFilteredInventoryPanel : public LLInventoryPanel ...@@ -416,24 +416,4 @@ class LLAssetFilteredInventoryPanel : public LLInventoryPanel
LLAssetType::EType mAssetType; LLAssetType::EType mAssetType;
}; };
class LLInventoryFavoriteItemsPanel : public LLInventoryPanel
{
public:
struct Params : public LLInitParam::Block<Params, LLInventoryPanel::Params>
{};
void initFromParams(const Params& p);
bool isSelectionRemovable() { return false; }
void setSelectCallback(const boost::function<void(const std::deque<LLFolderViewItem*>& items, BOOL user_action)>& cb);
protected:
LLInventoryFavoriteItemsPanel(const Params& params);
~LLInventoryFavoriteItemsPanel() { mFolderChangedSignal.disconnect(); }
void updateFavoritesRootFolder();
boost::signals2::connection mFolderChangedSignal;
boost::function<void(const std::deque<LLFolderViewItem*>& items, BOOL user_action)> mSelectionCallback;
friend class LLUICtrlFactory;
};
#endif // LL_LLINVENTORYPANEL_H #endif // LL_LLINVENTORYPANEL_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment