MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getDefaultApplication

Method getDefaultApplication

gui/applicationlist.h:75–77  ·  view source on GitHub ↗

* @brief Return the default application. * @return Index of the default application. */

Source from the content-addressed store, hash-verified

73 * @return Index of the default application.
74 */
75 int getDefaultApplication() const {
76 return mDefaultApplicationIndex;
77 }
78
79 /**
80 * @brief Add a new application

Callers 6

contextMenuEventMethod · 0.80
startApplicationMethod · 0.80
removeApplicationMethod · 0.80
editApplicationMethod · 0.80
copyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected