Skip to content
Snippets Groups Projects

View mode icon addition

Merged Edwin Özdemir requested to merge view-mode-icon-addition into master
2 files
+ 35
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -776,8 +776,8 @@ void Core::loadPlugin(const QString& _filename,const bool _silent, QString& _lic
if ( basePlugin ) {
//set basic information about plugin
info.name = basePlugin->name();
info.rpcName = info.name.remove(" ").toLower();
info.name = basePlugin->name(); /// place name
info.rpcName = basePlugin->name().remove(" ").toLower(); /// modify copy of name, not name itself
info.description = basePlugin->description();
info.warnings = "BLA";
Loading