MCPcopy Create free account
hub / github.com/LMMS/lmms / getQString

Method getQString

include/RemotePlugin.h:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496#ifndef BUILD_REMOTE_PLUGIN_CLIENT
497 inline QString getQString( int _p = 0 ) const
498 {
499 return QString::fromStdString( getString( _p ) );
500 }
501#endif
502
503 inline int getInt( int _p = 0 ) const

Callers 1

processMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected