Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] CApplicationLaunchShortcut


Pre-6.x we could extend CApplicationLaunchShortcut to implement our own launch-shortcut. The subclass only needs to implement getCLaunchConfigType() to return another launch configuration type.

In 6.x, this class now has an access restriction, so we cannot use it. Is there another way to create a new launch-shortcut without reimplementing all the code in CApplicationLaunchShortcut?

--
/Jesper




Back to the top