Skip to content

Commit

Permalink
fix weird comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Oct 24, 2024
1 parent 3816281 commit 6560809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Desktop/modules/dynamicmodule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ DynamicModule::DynamicModule(QObject * parent) : QObject(parent), _isDeveloperMo
}


///This constructor is meant specifically for the development module from a libpath *it*!
///This constructor is meant specifically for the development module from a libpath
DynamicModule::DynamicModule(QObject * parent, QString libpath) : QObject(parent), _isDeveloperMod(true), _isLibpathDevMod(true)
{
libpath = patchLibPathHelperFunc(libpath);
Expand Down

0 comments on commit 6560809

Please sign in to comment.