Skip to content

Commit 6560809

Browse files
committed
fix weird comment
1 parent 3816281 commit 6560809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Desktop/modules/dynamicmodule.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ DynamicModule::DynamicModule(QObject * parent) : QObject(parent), _isDeveloperMo
105105
}
106106

107107

108-
///This constructor is meant specifically for the development module from a libpath *it*!
108+
///This constructor is meant specifically for the development module from a libpath
109109
DynamicModule::DynamicModule(QObject * parent, QString libpath) : QObject(parent), _isDeveloperMod(true), _isLibpathDevMod(true)
110110
{
111111
libpath = patchLibPathHelperFunc(libpath);

0 commit comments

Comments
 (0)