entries.insert( entry );
- setObjectInfo( num, OI_Entry, entry );
- setObjectInfo( num, OI_Reference, sowner->entry() != entry );
+ setObjectInfo( num, OI_Entry, entry );
+ setObjectInfo( num, OI_Reference, sowner->entry() != entry );
+ setObjectInfo( num, OI_RefEntry, sowner->entry() );
if ( processOwner( sowner ) )
num++;
class LIGHTAPP_EXPORT LightApp_Selection : public QtxPopupSelection
{
protected:
- typedef enum { OI_Entry, OI_Reference, OI_User } ObjectInformation;
+ typedef enum { OI_Entry, OI_Reference, OI_RefEntry, OI_User } ObjectInformation;
public:
LightApp_Selection();