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

Method pluginPath

ImagePlay/src/MainWindow.cpp:608–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

606}
607
608QString MainWindow::pluginPath()
609{
610 if(_pluginPath.length() < 1)
611 return QCoreApplication::applicationDirPath() + "/plugins/";
612 else
613 return _pluginPath;
614}
615
616void MainWindow::showMessage(QString msg, MessageType status)
617{

Callers 1

showEventMethod · 0.80

Calls 1

lengthMethod · 0.80

Tested by

no test coverage detected