MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / setPluginDevPath

Method setPluginDevPath

ImagePlay/include/MainWindow.h:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 void setDefaultImagePath (QString path) { _defaultImagePath = path; }
113 QString defaultImagePath () { return _defaultImagePath; }
114 void setPluginDevPath (QString path) { _pluginDevPath = path; }
115 QString pluginDevPath () { return _pluginDevPath; }
116 void setPluginPath (QString path) { _pluginPath = path; }
117 QString pluginPath ();

Callers 1

on_buttonBox_acceptedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected