diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-08-30 17:52:31 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-08-30 17:52:31 -0700 |
commit | f28b993f5ea98f753da410c659e0635c50efb7b1 (patch) | |
tree | 7d47ac09e84f8fb1b93d629e5b7f85c14c3a555f /indra/newview/llfloaterstinson.h | |
parent | 3e6e976d6b756c81ccadf6ccda89c2fc5a90666b (diff) |
Enabling toggle of the Put button based on the in-world object selection.
Diffstat (limited to 'indra/newview/llfloaterstinson.h')
-rw-r--r-- | indra/newview/llfloaterstinson.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterstinson.h b/indra/newview/llfloaterstinson.h index 1aeb6bbd23..1a4c511deb 100644 --- a/indra/newview/llfloaterstinson.h +++ b/indra/newview/llfloaterstinson.h @@ -66,6 +66,7 @@ private: void onGetClicked(); void onPutClicked(); void onRegionCross(); + void onInWorldSelectionChange(); void onDeferredCheckRegionMaterialStatus(LLUUID regionId); void onDeferredRequestGetMaterials(LLUUID regionId); void onDeferredRequestPutMaterials(LLUUID regionId); @@ -99,6 +100,7 @@ private: boost::signals2::connection mRegionCrossConnection; boost::signals2::connection mTeleportFailedConnection; + boost::signals2::connection mSelectionUpdateConnection; }; |