MCPcopy Create free account
hub / github.com/KDE/kdevelop / useTerminal

Method useTerminal

plugins/execute/executeplugin.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149
150
151bool ExecutePlugin::useTerminal( KDevelop::ILaunchConfiguration* cfg ) const
152{
153 if( !cfg )
154 {
155 return false;
156 }
157
158 return cfg->config().readEntry( ExecutePlugin::useTerminalEntry, false );
159}
160
161QStringList ExecutePlugin::terminal(KDevelop::ILaunchConfiguration* cfg, QString& error) const
162{

Callers 3

NativeAppJobMethod · 0.45
startDebuggingMethod · 0.45
initializeStartupInfoMethod · 0.45

Calls 2

readEntryMethod · 0.80
configMethod · 0.45

Tested by

no test coverage detected